Cosmos/source2/IL2PCU/Cosmos.IL2CPU.X86/AssemblerBin.cs
kudzu_cp ec708c62fd
2009-07-26 19:14:12 +00:00

14 lines
263 B
C#

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