Cosmos/source/Indy.IL2CPU.IL.X86/Ceq.cs
mterwoord_cp 859304e4dd
2007-08-30 11:26:11 +00:00

12 lines
No EOL
360 B
C#

using System;
using System.IO;
using Mono.Cecil.Cil;
using CPU = Indy.IL2CPU.Assembler.X86;
namespace Indy.IL2CPU.IL.X86 {
public class Ceq: IL.Ceq {
public override void Assemble(Instruction aInstruction, BinaryWriter aOutput) {
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
}
}
}