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

14 lines
264 B
C#

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