Cosmos/source2/IL2PCU/Cosmos.IL2CPU.X86/AssemblerNasm.cs
kudzu_cp 9fa84dcf5f
2009-07-26 19:06:27 +00:00

14 lines
278 B
C#

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