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

12 lines
No EOL
368 B
C#

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