Cosmos/source/Indy.IL2CPU.Assembler/Instruction.cs
2007-09-01 16:50:35 +00:00

8 lines
No EOL
136 B
C#

using System;
using System.IO;
using System.Linq;
namespace Indy.IL2CPU.Assembler {
public abstract class Instruction {
}
}