Cosmos/source/Indy.IL2CPU.Assembler/Label.cs
2007-08-30 15:46:21 +00:00

9 lines
180 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Indy.IL2CPU.Assembler {
public class Label : Instruction {
}
}