mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 22:09:12 +00:00
This commit is contained in:
parent
8a3dbcc5ca
commit
969bd7fc6f
218 changed files with 218 additions and 218 deletions
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Add)]
|
||||
public class Add: IL.Op {
|
||||
public class Add: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Add_Ovf)]
|
||||
public class Add_Ovf: IL.Op {
|
||||
public class Add_Ovf: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Add_Ovf_Un)]
|
||||
public class Add_Ovf_Un: IL.Op {
|
||||
public class Add_Ovf_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.And)]
|
||||
public class And: IL.Op {
|
||||
public class And: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Arglist)]
|
||||
public class Arglist: IL.Op {
|
||||
public class Arglist: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Beq)]
|
||||
public class Beq: IL.Op {
|
||||
public class Beq: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Beq_S)]
|
||||
public class Beq_S: IL.Op {
|
||||
public class Beq_S: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Bge)]
|
||||
public class Bge: IL.Op {
|
||||
public class Bge: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Bge_S)]
|
||||
public class Bge_S: IL.Op {
|
||||
public class Bge_S: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Bge_Un)]
|
||||
public class Bge_Un: IL.Op {
|
||||
public class Bge_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Bge_Un_S)]
|
||||
public class Bge_Un_S: IL.Op {
|
||||
public class Bge_Un_S: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Bgt)]
|
||||
public class Bgt: IL.Op {
|
||||
public class Bgt: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Bgt_S)]
|
||||
public class Bgt_S: IL.Op {
|
||||
public class Bgt_S: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Bgt_Un)]
|
||||
public class Bgt_Un: IL.Op {
|
||||
public class Bgt_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Bgt_Un_S)]
|
||||
public class Bgt_Un_S: IL.Op {
|
||||
public class Bgt_Un_S: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Ble)]
|
||||
public class Ble: IL.Op {
|
||||
public class Ble: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Ble_S)]
|
||||
public class Ble_S: IL.Op {
|
||||
public class Ble_S: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Ble_Un)]
|
||||
public class Ble_Un: IL.Op {
|
||||
public class Ble_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Ble_Un_S)]
|
||||
public class Ble_Un_S: IL.Op {
|
||||
public class Ble_Un_S: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Blt)]
|
||||
public class Blt: IL.Op {
|
||||
public class Blt: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Blt_S)]
|
||||
public class Blt_S: IL.Op {
|
||||
public class Blt_S: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Blt_Un)]
|
||||
public class Blt_Un: IL.Op {
|
||||
public class Blt_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Blt_Un_S)]
|
||||
public class Blt_Un_S: IL.Op {
|
||||
public class Blt_Un_S: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Bne_Un)]
|
||||
public class Bne_Un: IL.Op {
|
||||
public class Bne_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Bne_Un_S)]
|
||||
public class Bne_Un_S: IL.Op {
|
||||
public class Bne_Un_S: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Box)]
|
||||
public class Box: IL.Op {
|
||||
public class Box: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Br)]
|
||||
public class Br: IL.Op {
|
||||
public class Br: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Br_S)]
|
||||
public class Br_S: IL.Op {
|
||||
public class Br_S: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Break)]
|
||||
public class Break: IL.Op {
|
||||
public class Break: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Brfalse)]
|
||||
public class Brfalse: IL.Op {
|
||||
public class Brfalse: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Brfalse_S)]
|
||||
public class Brfalse_S: IL.Op {
|
||||
public class Brfalse_S: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Brtrue)]
|
||||
public class Brtrue: IL.Op {
|
||||
public class Brtrue: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Brtrue_S)]
|
||||
public class Brtrue_S: IL.Op {
|
||||
public class Brtrue_S: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Call)]
|
||||
public class Call: IL.Op {
|
||||
public class Call: Op {
|
||||
public void Assemble(string aMethod) {
|
||||
new CPU.Call(aMethod);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Calli)]
|
||||
public class Calli: IL.Op {
|
||||
public class Calli: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Callvirt)]
|
||||
public class Callvirt: IL.Op {
|
||||
public class Callvirt: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Castclass)]
|
||||
public class Castclass: IL.Op {
|
||||
public class Castclass: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Ceq)]
|
||||
public class Ceq: IL.Op {
|
||||
public class Ceq: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Cgt)]
|
||||
public class Cgt: IL.Op {
|
||||
public class Cgt: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Cgt_Un)]
|
||||
public class Cgt_Un: IL.Op {
|
||||
public class Cgt_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Ckfinite)]
|
||||
public class Ckfinite: IL.Op {
|
||||
public class Ckfinite: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Clt)]
|
||||
public class Clt: IL.Op {
|
||||
public class Clt: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Clt_Un)]
|
||||
public class Clt_Un: IL.Op {
|
||||
public class Clt_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Constrained)]
|
||||
public class Constrained: IL.Op {
|
||||
public class Constrained: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_I)]
|
||||
public class Conv_I: IL.Op {
|
||||
public class Conv_I: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_I1)]
|
||||
public class Conv_I1: IL.Op {
|
||||
public class Conv_I1: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_I2)]
|
||||
public class Conv_I2: IL.Op {
|
||||
public class Conv_I2: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_I4)]
|
||||
public class Conv_I4: IL.Op {
|
||||
public class Conv_I4: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_I8)]
|
||||
public class Conv_I8: IL.Op {
|
||||
public class Conv_I8: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_I)]
|
||||
public class Conv_Ovf_I: IL.Op {
|
||||
public class Conv_Ovf_I: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_I1)]
|
||||
public class Conv_Ovf_I1: IL.Op {
|
||||
public class Conv_Ovf_I1: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_I1_Un)]
|
||||
public class Conv_Ovf_I1_Un: IL.Op {
|
||||
public class Conv_Ovf_I1_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_I2)]
|
||||
public class Conv_Ovf_I2: IL.Op {
|
||||
public class Conv_Ovf_I2: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_I2_Un)]
|
||||
public class Conv_Ovf_I2_Un: IL.Op {
|
||||
public class Conv_Ovf_I2_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_I4)]
|
||||
public class Conv_Ovf_I4: IL.Op {
|
||||
public class Conv_Ovf_I4: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_I4_Un)]
|
||||
public class Conv_Ovf_I4_Un: IL.Op {
|
||||
public class Conv_Ovf_I4_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_I8)]
|
||||
public class Conv_Ovf_I8: IL.Op {
|
||||
public class Conv_Ovf_I8: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_I8_Un)]
|
||||
public class Conv_Ovf_I8_Un: IL.Op {
|
||||
public class Conv_Ovf_I8_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_I_Un)]
|
||||
public class Conv_Ovf_I_Un: IL.Op {
|
||||
public class Conv_Ovf_I_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_U)]
|
||||
public class Conv_Ovf_U: IL.Op {
|
||||
public class Conv_Ovf_U: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_U1)]
|
||||
public class Conv_Ovf_U1: IL.Op {
|
||||
public class Conv_Ovf_U1: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_U1_Un)]
|
||||
public class Conv_Ovf_U1_Un: IL.Op {
|
||||
public class Conv_Ovf_U1_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_U2)]
|
||||
public class Conv_Ovf_U2: IL.Op {
|
||||
public class Conv_Ovf_U2: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_U2_Un)]
|
||||
public class Conv_Ovf_U2_Un: IL.Op {
|
||||
public class Conv_Ovf_U2_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_U4)]
|
||||
public class Conv_Ovf_U4: IL.Op {
|
||||
public class Conv_Ovf_U4: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_U4_Un)]
|
||||
public class Conv_Ovf_U4_Un: IL.Op {
|
||||
public class Conv_Ovf_U4_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_U8)]
|
||||
public class Conv_Ovf_U8: IL.Op {
|
||||
public class Conv_Ovf_U8: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_U8_Un)]
|
||||
public class Conv_Ovf_U8_Un: IL.Op {
|
||||
public class Conv_Ovf_U8_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_Ovf_U_Un)]
|
||||
public class Conv_Ovf_U_Un: IL.Op {
|
||||
public class Conv_Ovf_U_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_R4)]
|
||||
public class Conv_R4: IL.Op {
|
||||
public class Conv_R4: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_R8)]
|
||||
public class Conv_R8: IL.Op {
|
||||
public class Conv_R8: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_R_Un)]
|
||||
public class Conv_R_Un: IL.Op {
|
||||
public class Conv_R_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_U)]
|
||||
public class Conv_U: IL.Op {
|
||||
public class Conv_U: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_U1)]
|
||||
public class Conv_U1: IL.Op {
|
||||
public class Conv_U1: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_U2)]
|
||||
public class Conv_U2: IL.Op {
|
||||
public class Conv_U2: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_U4)]
|
||||
public class Conv_U4: IL.Op {
|
||||
public class Conv_U4: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Conv_U8)]
|
||||
public class Conv_U8: IL.Op {
|
||||
public class Conv_U8: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Cpblk)]
|
||||
public class Cpblk: IL.Op {
|
||||
public class Cpblk: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Cpobj)]
|
||||
public class Cpobj: IL.Op {
|
||||
public class Cpobj: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Div)]
|
||||
public class Div: IL.Op {
|
||||
public class Div: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Div_Un)]
|
||||
public class Div_Un: IL.Op {
|
||||
public class Div_Un: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Dup)]
|
||||
public class Dup: IL.Op {
|
||||
public class Dup: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Endfilter)]
|
||||
public class Endfilter: IL.Op {
|
||||
public class Endfilter: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Endfinally)]
|
||||
public class Endfinally: IL.Op {
|
||||
public class Endfinally: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Initblk)]
|
||||
public class Initblk: IL.Op {
|
||||
public class Initblk: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Initobj)]
|
||||
public class Initobj: IL.Op {
|
||||
public class Initobj: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Isinst)]
|
||||
public class Isinst: IL.Op {
|
||||
public class Isinst: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Jmp)]
|
||||
public class Jmp: IL.Op {
|
||||
public class Jmp: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ using Instruction=Mono.Cecil.Cil.Instruction;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Ldstr)]
|
||||
public class LdStr: IL.Op {
|
||||
public class LdStr: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
// Make sure the crawler finds string constructors
|
||||
DoQueueMethod(typeof(String).Assembly.FullName, typeof(String).FullName, ".ctor");
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Ldarg)]
|
||||
public class Ldarg: IL.Op {
|
||||
public class Ldarg: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Ldarg_0)]
|
||||
public class Ldarg_0: IL.Op {
|
||||
public class Ldarg_0: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Ldarg_1)]
|
||||
public class Ldarg_1: IL.Op {
|
||||
public class Ldarg_1: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Ldarg_2)]
|
||||
public class Ldarg_2: IL.Op {
|
||||
public class Ldarg_2: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Ldarg_3)]
|
||||
public class Ldarg_3: IL.Op {
|
||||
public class Ldarg_3: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Ldarg_S)]
|
||||
public class Ldarg_S: IL.Op {
|
||||
public class Ldarg_S: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Ldarga)]
|
||||
public class Ldarga: IL.Op {
|
||||
public class Ldarga: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Ldarga_S)]
|
||||
public class Ldarga_S: IL.Op {
|
||||
public class Ldarga_S: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Ldc_I4)]
|
||||
public class Ldc_I4: IL.Op {
|
||||
public class Ldc_I4: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Ldc_I4_0)]
|
||||
public class Ldc_I4_0: IL.Op {
|
||||
public class Ldc_I4_0: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86;
|
|||
|
||||
namespace Indy.IL2CPU.IL.X86 {
|
||||
[OpCode(Code.Ldc_I4_1)]
|
||||
public class Ldc_I4_1: IL.Op {
|
||||
public class Ldc_I4_1: Op {
|
||||
public override void Assemble(Instruction aInstruction) {
|
||||
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
||||
}
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue