Cosmos/source/Indy.IL2CPU.Assembler.X86/Instruction.cs
2007-08-29 20:01:33 +00:00

9 lines
221 B
C#

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