Cosmos/source2/IL2PCU/Cosmos.IL2CPU.X86/Assembler.cs
kudzu_cp ac439029aa
2009-07-26 05:19:29 +00:00

14 lines
274 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.IL2CPU.X86 {
public class Assembler : Cosmos.IL2CPU.Assembler {
protected override void InitILOps() {
InitILOps(typeof(ILOp));
}
}
}