diff --git a/source/Indy.IL2CPU.IL.X86/Add.cs b/source/Indy.IL2CPU.IL.X86/Add.cs index 85c6b04f5..5ce119292 100644 --- a/source/Indy.IL2CPU.IL.X86/Add.cs +++ b/source/Indy.IL2CPU.IL.X86/Add.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Add_Ovf.cs b/source/Indy.IL2CPU.IL.X86/Add_Ovf.cs index b8d36649f..20822194e 100644 --- a/source/Indy.IL2CPU.IL.X86/Add_Ovf.cs +++ b/source/Indy.IL2CPU.IL.X86/Add_Ovf.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Add_Ovf_Un.cs b/source/Indy.IL2CPU.IL.X86/Add_Ovf_Un.cs index 258d90d85..f6500a1eb 100644 --- a/source/Indy.IL2CPU.IL.X86/Add_Ovf_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Add_Ovf_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/And.cs b/source/Indy.IL2CPU.IL.X86/And.cs index 447c6d302..5a60d4b83 100644 --- a/source/Indy.IL2CPU.IL.X86/And.cs +++ b/source/Indy.IL2CPU.IL.X86/And.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Arglist.cs b/source/Indy.IL2CPU.IL.X86/Arglist.cs index 1543fe890..a4e21236b 100644 --- a/source/Indy.IL2CPU.IL.X86/Arglist.cs +++ b/source/Indy.IL2CPU.IL.X86/Arglist.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Beq.cs b/source/Indy.IL2CPU.IL.X86/Beq.cs index d401c7544..a1b608cc0 100644 --- a/source/Indy.IL2CPU.IL.X86/Beq.cs +++ b/source/Indy.IL2CPU.IL.X86/Beq.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Beq_S.cs b/source/Indy.IL2CPU.IL.X86/Beq_S.cs index e20ceade1..839ce6095 100644 --- a/source/Indy.IL2CPU.IL.X86/Beq_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Beq_S.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Bge.cs b/source/Indy.IL2CPU.IL.X86/Bge.cs index ee4b1f72a..b863d0d4f 100644 --- a/source/Indy.IL2CPU.IL.X86/Bge.cs +++ b/source/Indy.IL2CPU.IL.X86/Bge.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Bge_S.cs b/source/Indy.IL2CPU.IL.X86/Bge_S.cs index 2a5396fcc..1b0b61988 100644 --- a/source/Indy.IL2CPU.IL.X86/Bge_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Bge_S.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Bge_Un.cs b/source/Indy.IL2CPU.IL.X86/Bge_Un.cs index 7568b3ac1..4bb964523 100644 --- a/source/Indy.IL2CPU.IL.X86/Bge_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Bge_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Bge_Un_S.cs b/source/Indy.IL2CPU.IL.X86/Bge_Un_S.cs index a9bb67436..c4fd754d0 100644 --- a/source/Indy.IL2CPU.IL.X86/Bge_Un_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Bge_Un_S.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Bgt.cs b/source/Indy.IL2CPU.IL.X86/Bgt.cs index 23554e505..9baba5f94 100644 --- a/source/Indy.IL2CPU.IL.X86/Bgt.cs +++ b/source/Indy.IL2CPU.IL.X86/Bgt.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Bgt_S.cs b/source/Indy.IL2CPU.IL.X86/Bgt_S.cs index cf555bf3e..5d0dfcc46 100644 --- a/source/Indy.IL2CPU.IL.X86/Bgt_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Bgt_S.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Bgt_Un.cs b/source/Indy.IL2CPU.IL.X86/Bgt_Un.cs index 012c93d66..9f66fb845 100644 --- a/source/Indy.IL2CPU.IL.X86/Bgt_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Bgt_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Bgt_Un_S.cs b/source/Indy.IL2CPU.IL.X86/Bgt_Un_S.cs index 9649deaee..4a188ea23 100644 --- a/source/Indy.IL2CPU.IL.X86/Bgt_Un_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Bgt_Un_S.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ble.cs b/source/Indy.IL2CPU.IL.X86/Ble.cs index 8db23aa11..7b19886a0 100644 --- a/source/Indy.IL2CPU.IL.X86/Ble.cs +++ b/source/Indy.IL2CPU.IL.X86/Ble.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ble_S.cs b/source/Indy.IL2CPU.IL.X86/Ble_S.cs index 7ad56f384..58d5b2568 100644 --- a/source/Indy.IL2CPU.IL.X86/Ble_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Ble_S.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ble_Un.cs b/source/Indy.IL2CPU.IL.X86/Ble_Un.cs index 11b7d1259..2f98111a4 100644 --- a/source/Indy.IL2CPU.IL.X86/Ble_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Ble_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ble_Un_S.cs b/source/Indy.IL2CPU.IL.X86/Ble_Un_S.cs index 6cac93297..56de3539b 100644 --- a/source/Indy.IL2CPU.IL.X86/Ble_Un_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Ble_Un_S.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Blt.cs b/source/Indy.IL2CPU.IL.X86/Blt.cs index d913901b2..accab65d9 100644 --- a/source/Indy.IL2CPU.IL.X86/Blt.cs +++ b/source/Indy.IL2CPU.IL.X86/Blt.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Blt_S.cs b/source/Indy.IL2CPU.IL.X86/Blt_S.cs index f58303e00..640988b3b 100644 --- a/source/Indy.IL2CPU.IL.X86/Blt_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Blt_S.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Blt_Un.cs b/source/Indy.IL2CPU.IL.X86/Blt_Un.cs index 6486a3c79..e1c4ef5cd 100644 --- a/source/Indy.IL2CPU.IL.X86/Blt_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Blt_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Blt_Un_S.cs b/source/Indy.IL2CPU.IL.X86/Blt_Un_S.cs index be83021a0..46c45fb1c 100644 --- a/source/Indy.IL2CPU.IL.X86/Blt_Un_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Blt_Un_S.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Bne_Un.cs b/source/Indy.IL2CPU.IL.X86/Bne_Un.cs index d9f210fc8..35d1de47f 100644 --- a/source/Indy.IL2CPU.IL.X86/Bne_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Bne_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Bne_Un_S.cs b/source/Indy.IL2CPU.IL.X86/Bne_Un_S.cs index 667684c58..ac3e052d4 100644 --- a/source/Indy.IL2CPU.IL.X86/Bne_Un_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Bne_Un_S.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Box.cs b/source/Indy.IL2CPU.IL.X86/Box.cs index 7a1c6a595..ca35b47a9 100644 --- a/source/Indy.IL2CPU.IL.X86/Box.cs +++ b/source/Indy.IL2CPU.IL.X86/Box.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Br.cs b/source/Indy.IL2CPU.IL.X86/Br.cs index 381d2c611..4b9700475 100644 --- a/source/Indy.IL2CPU.IL.X86/Br.cs +++ b/source/Indy.IL2CPU.IL.X86/Br.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Br_S.cs b/source/Indy.IL2CPU.IL.X86/Br_S.cs index 517f758ba..8b8562bd6 100644 --- a/source/Indy.IL2CPU.IL.X86/Br_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Br_S.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Break.cs b/source/Indy.IL2CPU.IL.X86/Break.cs index f8346c099..8a44b2430 100644 --- a/source/Indy.IL2CPU.IL.X86/Break.cs +++ b/source/Indy.IL2CPU.IL.X86/Break.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Brfalse.cs b/source/Indy.IL2CPU.IL.X86/Brfalse.cs index 4c28503d1..3d8b92bc6 100644 --- a/source/Indy.IL2CPU.IL.X86/Brfalse.cs +++ b/source/Indy.IL2CPU.IL.X86/Brfalse.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Brfalse_S.cs b/source/Indy.IL2CPU.IL.X86/Brfalse_S.cs index 1228d7dd0..72ba3d704 100644 --- a/source/Indy.IL2CPU.IL.X86/Brfalse_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Brfalse_S.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Brtrue.cs b/source/Indy.IL2CPU.IL.X86/Brtrue.cs index d987406c7..d21204a17 100644 --- a/source/Indy.IL2CPU.IL.X86/Brtrue.cs +++ b/source/Indy.IL2CPU.IL.X86/Brtrue.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Brtrue_S.cs b/source/Indy.IL2CPU.IL.X86/Brtrue_S.cs index 5283f3bf5..794fa0e40 100644 --- a/source/Indy.IL2CPU.IL.X86/Brtrue_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Brtrue_S.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Call.cs b/source/Indy.IL2CPU.IL.X86/Call.cs index 52392a64a..d1048bbd1 100644 --- a/source/Indy.IL2CPU.IL.X86/Call.cs +++ b/source/Indy.IL2CPU.IL.X86/Call.cs @@ -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); } diff --git a/source/Indy.IL2CPU.IL.X86/Calli.cs b/source/Indy.IL2CPU.IL.X86/Calli.cs index 50a003a99..40f248890 100644 --- a/source/Indy.IL2CPU.IL.X86/Calli.cs +++ b/source/Indy.IL2CPU.IL.X86/Calli.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Callvirt.cs b/source/Indy.IL2CPU.IL.X86/Callvirt.cs index f63dcf5a9..17ff31c3f 100644 --- a/source/Indy.IL2CPU.IL.X86/Callvirt.cs +++ b/source/Indy.IL2CPU.IL.X86/Callvirt.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Castclass.cs b/source/Indy.IL2CPU.IL.X86/Castclass.cs index 33c684513..09bdf214a 100644 --- a/source/Indy.IL2CPU.IL.X86/Castclass.cs +++ b/source/Indy.IL2CPU.IL.X86/Castclass.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ceq.cs b/source/Indy.IL2CPU.IL.X86/Ceq.cs index 412c33795..2ad53d807 100644 --- a/source/Indy.IL2CPU.IL.X86/Ceq.cs +++ b/source/Indy.IL2CPU.IL.X86/Ceq.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Cgt.cs b/source/Indy.IL2CPU.IL.X86/Cgt.cs index f7357b6e5..bb46a60e7 100644 --- a/source/Indy.IL2CPU.IL.X86/Cgt.cs +++ b/source/Indy.IL2CPU.IL.X86/Cgt.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Cgt_Un.cs b/source/Indy.IL2CPU.IL.X86/Cgt_Un.cs index d20b20c75..bc0007c27 100644 --- a/source/Indy.IL2CPU.IL.X86/Cgt_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Cgt_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ckfinite.cs b/source/Indy.IL2CPU.IL.X86/Ckfinite.cs index 359c89103..2fbe2ef3c 100644 --- a/source/Indy.IL2CPU.IL.X86/Ckfinite.cs +++ b/source/Indy.IL2CPU.IL.X86/Ckfinite.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Clt.cs b/source/Indy.IL2CPU.IL.X86/Clt.cs index c62dd849f..023904fb3 100644 --- a/source/Indy.IL2CPU.IL.X86/Clt.cs +++ b/source/Indy.IL2CPU.IL.X86/Clt.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Clt_Un.cs b/source/Indy.IL2CPU.IL.X86/Clt_Un.cs index f452d173e..4a4dbcd17 100644 --- a/source/Indy.IL2CPU.IL.X86/Clt_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Clt_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Constrained.cs b/source/Indy.IL2CPU.IL.X86/Constrained.cs index 3f42e1f12..a31e17fa8 100644 --- a/source/Indy.IL2CPU.IL.X86/Constrained.cs +++ b/source/Indy.IL2CPU.IL.X86/Constrained.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_I.cs b/source/Indy.IL2CPU.IL.X86/Conv_I.cs index 5b53128b3..19de1e02d 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_I.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_I.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_I1.cs b/source/Indy.IL2CPU.IL.X86/Conv_I1.cs index 65412a97b..adc9d3d58 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_I1.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_I1.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_I2.cs b/source/Indy.IL2CPU.IL.X86/Conv_I2.cs index cebcc02ae..e74c3893d 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_I2.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_I2.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_I4.cs b/source/Indy.IL2CPU.IL.X86/Conv_I4.cs index c27f1ded3..0f15e05b4 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_I4.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_I4.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_I8.cs b/source/Indy.IL2CPU.IL.X86/Conv_I8.cs index c2d0a0702..403a1e0c0 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_I8.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_I8.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I.cs index 02ff5a11a..aa66b3087 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I1.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I1.cs index e113aefb5..e4dbaa6ec 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I1.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I1.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I1_Un.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I1_Un.cs index bfc55e16a..f4c6b8e0f 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I1_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I1_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I2.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I2.cs index 76883b12c..deef59e94 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I2.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I2.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I2_Un.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I2_Un.cs index 782f856d5..05670256b 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I2_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I2_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I4.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I4.cs index db085bfc1..a3090f5fb 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I4.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I4.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I4_Un.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I4_Un.cs index 7ea53d1a2..5bed7fb0a 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I4_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I4_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I8.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I8.cs index a0b3ffffd..a0ae35e2c 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I8.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I8.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I8_Un.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I8_Un.cs index 3782b14ea..810c4b14c 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I8_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I8_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I_Un.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I_Un.cs index ba14b5d2d..0f372f147 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_I_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U.cs index 942c426a9..8251e7dd3 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U1.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U1.cs index 51989bcca..ebad27f8a 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U1.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U1.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U1_Un.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U1_Un.cs index 433257d0f..108451b2e 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U1_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U1_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U2.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U2.cs index adf7c13f5..15af09bb7 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U2.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U2.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U2_Un.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U2_Un.cs index c93c98ed3..532c16106 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U2_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U2_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U4.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U4.cs index b377c90ec..7ff127759 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U4.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U4.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U4_Un.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U4_Un.cs index 5232433c5..04bc1fe50 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U4_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U4_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U8.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U8.cs index 27af5f469..d6dd03f95 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U8.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U8.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U8_Un.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U8_Un.cs index 2becdeab8..ea439a621 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U8_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U8_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U_Un.cs b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U_Un.cs index 45b9126ee..18cf683f0 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_Ovf_U_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_R4.cs b/source/Indy.IL2CPU.IL.X86/Conv_R4.cs index 49297fc9a..4234fa973 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_R4.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_R4.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_R8.cs b/source/Indy.IL2CPU.IL.X86/Conv_R8.cs index ddfb45111..eec917f9b 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_R8.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_R8.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_R_Un.cs b/source/Indy.IL2CPU.IL.X86/Conv_R_Un.cs index 224bd3060..1a61a2651 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_R_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_R_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_U.cs b/source/Indy.IL2CPU.IL.X86/Conv_U.cs index 668cf60bc..c5559501f 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_U.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_U.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_U1.cs b/source/Indy.IL2CPU.IL.X86/Conv_U1.cs index 29eb36c7a..8404d38c1 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_U1.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_U1.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_U2.cs b/source/Indy.IL2CPU.IL.X86/Conv_U2.cs index af1ef2867..1998f7c6b 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_U2.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_U2.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_U4.cs b/source/Indy.IL2CPU.IL.X86/Conv_U4.cs index ee1b14b96..9117c3433 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_U4.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_U4.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Conv_U8.cs b/source/Indy.IL2CPU.IL.X86/Conv_U8.cs index e9df54997..7c06e5dfb 100644 --- a/source/Indy.IL2CPU.IL.X86/Conv_U8.cs +++ b/source/Indy.IL2CPU.IL.X86/Conv_U8.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Cpblk.cs b/source/Indy.IL2CPU.IL.X86/Cpblk.cs index 2d75b8859..ba30a3212 100644 --- a/source/Indy.IL2CPU.IL.X86/Cpblk.cs +++ b/source/Indy.IL2CPU.IL.X86/Cpblk.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Cpobj.cs b/source/Indy.IL2CPU.IL.X86/Cpobj.cs index b9decc075..359ef202a 100644 --- a/source/Indy.IL2CPU.IL.X86/Cpobj.cs +++ b/source/Indy.IL2CPU.IL.X86/Cpobj.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Div.cs b/source/Indy.IL2CPU.IL.X86/Div.cs index e3733e218..411f44bfa 100644 --- a/source/Indy.IL2CPU.IL.X86/Div.cs +++ b/source/Indy.IL2CPU.IL.X86/Div.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Div_Un.cs b/source/Indy.IL2CPU.IL.X86/Div_Un.cs index 71becaf61..707e4c0c2 100644 --- a/source/Indy.IL2CPU.IL.X86/Div_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Div_Un.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Dup.cs b/source/Indy.IL2CPU.IL.X86/Dup.cs index d308f5af7..ebb676677 100644 --- a/source/Indy.IL2CPU.IL.X86/Dup.cs +++ b/source/Indy.IL2CPU.IL.X86/Dup.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Endfilter.cs b/source/Indy.IL2CPU.IL.X86/Endfilter.cs index d0338342f..9a6dc193a 100644 --- a/source/Indy.IL2CPU.IL.X86/Endfilter.cs +++ b/source/Indy.IL2CPU.IL.X86/Endfilter.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Endfinally.cs b/source/Indy.IL2CPU.IL.X86/Endfinally.cs index 52465044c..27e33eed2 100644 --- a/source/Indy.IL2CPU.IL.X86/Endfinally.cs +++ b/source/Indy.IL2CPU.IL.X86/Endfinally.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Initblk.cs b/source/Indy.IL2CPU.IL.X86/Initblk.cs index b251dd9b2..71db2552e 100644 --- a/source/Indy.IL2CPU.IL.X86/Initblk.cs +++ b/source/Indy.IL2CPU.IL.X86/Initblk.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Initobj.cs b/source/Indy.IL2CPU.IL.X86/Initobj.cs index aec2815b0..dbf1c5740 100644 --- a/source/Indy.IL2CPU.IL.X86/Initobj.cs +++ b/source/Indy.IL2CPU.IL.X86/Initobj.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Isinst.cs b/source/Indy.IL2CPU.IL.X86/Isinst.cs index 7a3a78a41..e0f6bcad6 100644 --- a/source/Indy.IL2CPU.IL.X86/Isinst.cs +++ b/source/Indy.IL2CPU.IL.X86/Isinst.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Jmp.cs b/source/Indy.IL2CPU.IL.X86/Jmp.cs index e920083e4..04a312a04 100644 --- a/source/Indy.IL2CPU.IL.X86/Jmp.cs +++ b/source/Indy.IL2CPU.IL.X86/Jmp.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/LdStr.cs b/source/Indy.IL2CPU.IL.X86/LdStr.cs index a773c131a..3c8e08de4 100644 --- a/source/Indy.IL2CPU.IL.X86/LdStr.cs +++ b/source/Indy.IL2CPU.IL.X86/LdStr.cs @@ -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"); diff --git a/source/Indy.IL2CPU.IL.X86/Ldarg.cs b/source/Indy.IL2CPU.IL.X86/Ldarg.cs index 5a3130edc..cc8031fe0 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldarg.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldarg.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldarg_0.cs b/source/Indy.IL2CPU.IL.X86/Ldarg_0.cs index d914142b7..4089333c5 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldarg_0.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldarg_0.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldarg_1.cs b/source/Indy.IL2CPU.IL.X86/Ldarg_1.cs index b1368e2a0..8d65a4d23 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldarg_1.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldarg_1.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldarg_2.cs b/source/Indy.IL2CPU.IL.X86/Ldarg_2.cs index 103467836..61c68d693 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldarg_2.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldarg_2.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldarg_3.cs b/source/Indy.IL2CPU.IL.X86/Ldarg_3.cs index 761502125..955802994 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldarg_3.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldarg_3.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldarg_S.cs b/source/Indy.IL2CPU.IL.X86/Ldarg_S.cs index e0c7b7e21..702ac047c 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldarg_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldarg_S.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldarga.cs b/source/Indy.IL2CPU.IL.X86/Ldarga.cs index 7c1f5144f..4b0f9d8d5 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldarga.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldarga.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldarga_S.cs b/source/Indy.IL2CPU.IL.X86/Ldarga_S.cs index 35f24a242..dcc32cf5f 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldarga_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldarga_S.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldc_I4.cs b/source/Indy.IL2CPU.IL.X86/Ldc_I4.cs index 91718a1dd..ecb9ffd9c 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldc_I4.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldc_I4.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldc_I4_0.cs b/source/Indy.IL2CPU.IL.X86/Ldc_I4_0.cs index daf5ed673..e9ca0b759 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldc_I4_0.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldc_I4_0.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldc_I4_1.cs b/source/Indy.IL2CPU.IL.X86/Ldc_I4_1.cs index c041b5636..0bfef3509 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldc_I4_1.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldc_I4_1.cs @@ -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!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldc_I4_2.cs b/source/Indy.IL2CPU.IL.X86/Ldc_I4_2.cs index 1c5d3bbf4..d323ced28 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldc_I4_2.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldc_I4_2.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldc_I4_2)] - public class Ldc_I4_2: IL.Op { + public class Ldc_I4_2: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldc_I4_3.cs b/source/Indy.IL2CPU.IL.X86/Ldc_I4_3.cs index 6b1e94218..d4140f8b1 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldc_I4_3.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldc_I4_3.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldc_I4_3)] - public class Ldc_I4_3: IL.Op { + public class Ldc_I4_3: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldc_I4_4.cs b/source/Indy.IL2CPU.IL.X86/Ldc_I4_4.cs index 17316b317..84270bda1 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldc_I4_4.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldc_I4_4.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldc_I4_4)] - public class Ldc_I4_4: IL.Op { + public class Ldc_I4_4: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldc_I4_5.cs b/source/Indy.IL2CPU.IL.X86/Ldc_I4_5.cs index d6ba38ef2..ed4c17e66 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldc_I4_5.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldc_I4_5.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldc_I4_5)] - public class Ldc_I4_5: IL.Op { + public class Ldc_I4_5: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldc_I4_6.cs b/source/Indy.IL2CPU.IL.X86/Ldc_I4_6.cs index f0f52392d..65b788b71 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldc_I4_6.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldc_I4_6.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldc_I4_6)] - public class Ldc_I4_6: IL.Op { + public class Ldc_I4_6: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldc_I4_7.cs b/source/Indy.IL2CPU.IL.X86/Ldc_I4_7.cs index daedff8fb..784f6b108 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldc_I4_7.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldc_I4_7.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldc_I4_7)] - public class Ldc_I4_7: IL.Op { + public class Ldc_I4_7: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldc_I4_8.cs b/source/Indy.IL2CPU.IL.X86/Ldc_I4_8.cs index e3129f98d..448dd86b0 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldc_I4_8.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldc_I4_8.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldc_I4_8)] - public class Ldc_I4_8: IL.Op { + public class Ldc_I4_8: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldc_I4_M1.cs b/source/Indy.IL2CPU.IL.X86/Ldc_I4_M1.cs index 8dfa9ca42..0e1b0caba 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldc_I4_M1.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldc_I4_M1.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldc_I4_M1)] - public class Ldc_I4_M1: IL.Op { + public class Ldc_I4_M1: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldc_I4_S.cs b/source/Indy.IL2CPU.IL.X86/Ldc_I4_S.cs index 30a08e8a8..7a4699c8e 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldc_I4_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldc_I4_S.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldc_I4_S)] - public class Ldc_I4_S: IL.Op { + public class Ldc_I4_S: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldc_I8.cs b/source/Indy.IL2CPU.IL.X86/Ldc_I8.cs index 3b7d7f44b..ea4cf6047 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldc_I8.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldc_I8.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldc_I8)] - public class Ldc_I8: IL.Op { + public class Ldc_I8: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldc_R4.cs b/source/Indy.IL2CPU.IL.X86/Ldc_R4.cs index 783e2de53..793a2477e 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldc_R4.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldc_R4.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldc_R4)] - public class Ldc_R4: IL.Op { + public class Ldc_R4: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldc_R8.cs b/source/Indy.IL2CPU.IL.X86/Ldc_R8.cs index 747ca9f96..3e4bb3a6d 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldc_R8.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldc_R8.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldc_R8)] - public class Ldc_R8: IL.Op { + public class Ldc_R8: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldelem_Any.cs b/source/Indy.IL2CPU.IL.X86/Ldelem_Any.cs index 94be8249c..c33f6ac09 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldelem_Any.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldelem_Any.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldelem_Any)] - public class Ldelem_Any: IL.Op { + public class Ldelem_Any: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldelem_I.cs b/source/Indy.IL2CPU.IL.X86/Ldelem_I.cs index 7d0ce165c..988cd8846 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldelem_I.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldelem_I.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldelem_I)] - public class Ldelem_I: IL.Op { + public class Ldelem_I: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldelem_I1.cs b/source/Indy.IL2CPU.IL.X86/Ldelem_I1.cs index 8e789ac28..0fee542eb 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldelem_I1.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldelem_I1.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldelem_I1)] - public class Ldelem_I1: IL.Op { + public class Ldelem_I1: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldelem_I2.cs b/source/Indy.IL2CPU.IL.X86/Ldelem_I2.cs index e9f732ac7..bb2be093b 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldelem_I2.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldelem_I2.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldelem_I2)] - public class Ldelem_I2: IL.Op { + public class Ldelem_I2: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldelem_I4.cs b/source/Indy.IL2CPU.IL.X86/Ldelem_I4.cs index 86fa69433..297ba45e5 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldelem_I4.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldelem_I4.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldelem_I4)] - public class Ldelem_I4: IL.Op { + public class Ldelem_I4: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldelem_I8.cs b/source/Indy.IL2CPU.IL.X86/Ldelem_I8.cs index 3c5c954c9..ece2724cb 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldelem_I8.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldelem_I8.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldelem_I8)] - public class Ldelem_I8: IL.Op { + public class Ldelem_I8: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldelem_R4.cs b/source/Indy.IL2CPU.IL.X86/Ldelem_R4.cs index 64a8c0312..df13dbc62 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldelem_R4.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldelem_R4.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldelem_R4)] - public class Ldelem_R4: IL.Op { + public class Ldelem_R4: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldelem_R8.cs b/source/Indy.IL2CPU.IL.X86/Ldelem_R8.cs index cd3779928..c46e048bd 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldelem_R8.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldelem_R8.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldelem_R8)] - public class Ldelem_R8: IL.Op { + public class Ldelem_R8: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldelem_Ref.cs b/source/Indy.IL2CPU.IL.X86/Ldelem_Ref.cs index 3d61dd07e..df51bd74b 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldelem_Ref.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldelem_Ref.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldelem_Ref)] - public class Ldelem_Ref: IL.Op { + public class Ldelem_Ref: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldelem_U1.cs b/source/Indy.IL2CPU.IL.X86/Ldelem_U1.cs index f64b28fb1..071d1974c 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldelem_U1.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldelem_U1.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldelem_U1)] - public class Ldelem_U1: IL.Op { + public class Ldelem_U1: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldelem_U2.cs b/source/Indy.IL2CPU.IL.X86/Ldelem_U2.cs index 064ce25be..4fbe83924 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldelem_U2.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldelem_U2.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldelem_U2)] - public class Ldelem_U2: IL.Op { + public class Ldelem_U2: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldelem_U4.cs b/source/Indy.IL2CPU.IL.X86/Ldelem_U4.cs index cd419ed6d..8b1809db8 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldelem_U4.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldelem_U4.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldelem_U4)] - public class Ldelem_U4: IL.Op { + public class Ldelem_U4: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldelema.cs b/source/Indy.IL2CPU.IL.X86/Ldelema.cs index 1df4c9687..cc337dc20 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldelema.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldelema.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldelema)] - public class Ldelema: IL.Op { + public class Ldelema: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldfld.cs b/source/Indy.IL2CPU.IL.X86/Ldfld.cs index 27be7ee65..2aae546c7 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldfld.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldfld.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldfld)] - public class Ldfld: IL.Op { + public class Ldfld: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldflda.cs b/source/Indy.IL2CPU.IL.X86/Ldflda.cs index 56881d21b..a24042cef 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldflda.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldflda.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldflda)] - public class Ldflda: IL.Op { + public class Ldflda: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldftn.cs b/source/Indy.IL2CPU.IL.X86/Ldftn.cs index 947dd447e..af963cb2c 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldftn.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldftn.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldftn)] - public class Ldftn: IL.Op { + public class Ldftn: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldind_I.cs b/source/Indy.IL2CPU.IL.X86/Ldind_I.cs index 1beb2b2ee..683f2320c 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldind_I.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldind_I.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldind_I)] - public class Ldind_I: IL.Op { + public class Ldind_I: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldind_I1.cs b/source/Indy.IL2CPU.IL.X86/Ldind_I1.cs index 96796d776..375e8bdbe 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldind_I1.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldind_I1.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldind_I1)] - public class Ldind_I1: IL.Op { + public class Ldind_I1: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldind_I2.cs b/source/Indy.IL2CPU.IL.X86/Ldind_I2.cs index af179a932..4a804d6e6 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldind_I2.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldind_I2.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldind_I2)] - public class Ldind_I2: IL.Op { + public class Ldind_I2: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldind_I4.cs b/source/Indy.IL2CPU.IL.X86/Ldind_I4.cs index 60ee89a33..19a690b25 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldind_I4.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldind_I4.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldind_I4)] - public class Ldind_I4: IL.Op { + public class Ldind_I4: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldind_I8.cs b/source/Indy.IL2CPU.IL.X86/Ldind_I8.cs index 7966d4118..9bcadd44e 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldind_I8.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldind_I8.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldind_I8)] - public class Ldind_I8: IL.Op { + public class Ldind_I8: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldind_R4.cs b/source/Indy.IL2CPU.IL.X86/Ldind_R4.cs index c6bfdd4b5..8375b67a2 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldind_R4.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldind_R4.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldind_R4)] - public class Ldind_R4: IL.Op { + public class Ldind_R4: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldind_R8.cs b/source/Indy.IL2CPU.IL.X86/Ldind_R8.cs index 8b897ab97..ba4cc8fe6 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldind_R8.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldind_R8.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldind_R8)] - public class Ldind_R8: IL.Op { + public class Ldind_R8: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldind_Ref.cs b/source/Indy.IL2CPU.IL.X86/Ldind_Ref.cs index 49583849e..e1b80e0d8 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldind_Ref.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldind_Ref.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldind_Ref)] - public class Ldind_Ref: IL.Op { + public class Ldind_Ref: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldind_U1.cs b/source/Indy.IL2CPU.IL.X86/Ldind_U1.cs index 213025924..ff3f99f17 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldind_U1.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldind_U1.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldind_U1)] - public class Ldind_U1: IL.Op { + public class Ldind_U1: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldind_U2.cs b/source/Indy.IL2CPU.IL.X86/Ldind_U2.cs index d393a0904..c570d31f6 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldind_U2.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldind_U2.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldind_U2)] - public class Ldind_U2: IL.Op { + public class Ldind_U2: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldind_U4.cs b/source/Indy.IL2CPU.IL.X86/Ldind_U4.cs index bf18e2ac8..142278e5c 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldind_U4.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldind_U4.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldind_U4)] - public class Ldind_U4: IL.Op { + public class Ldind_U4: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldlen.cs b/source/Indy.IL2CPU.IL.X86/Ldlen.cs index cc27fba45..7702019e5 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldlen.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldlen.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldlen)] - public class Ldlen: IL.Op { + public class Ldlen: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldloc.cs b/source/Indy.IL2CPU.IL.X86/Ldloc.cs index 9a10dec1a..75b915899 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldloc.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldloc.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldloc)] - public class Ldloc: IL.Op { + public class Ldloc: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldloc_0.cs b/source/Indy.IL2CPU.IL.X86/Ldloc_0.cs index 017242635..484707f25 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldloc_0.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldloc_0.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldloc_0)] - public class Ldloc_0: IL.Op { + public class Ldloc_0: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldloc_1.cs b/source/Indy.IL2CPU.IL.X86/Ldloc_1.cs index 502fd0e83..275fc1688 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldloc_1.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldloc_1.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldloc_1)] - public class Ldloc_1: IL.Op { + public class Ldloc_1: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldloc_2.cs b/source/Indy.IL2CPU.IL.X86/Ldloc_2.cs index 6cc1f862c..7865a050e 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldloc_2.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldloc_2.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldloc_2)] - public class Ldloc_2: IL.Op { + public class Ldloc_2: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldloc_3.cs b/source/Indy.IL2CPU.IL.X86/Ldloc_3.cs index 48f02cfa7..d14ddd520 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldloc_3.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldloc_3.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldloc_3)] - public class Ldloc_3: IL.Op { + public class Ldloc_3: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldloc_S.cs b/source/Indy.IL2CPU.IL.X86/Ldloc_S.cs index 56f3871e8..15b2911c5 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldloc_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldloc_S.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldloc_S)] - public class Ldloc_S: IL.Op { + public class Ldloc_S: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldloca.cs b/source/Indy.IL2CPU.IL.X86/Ldloca.cs index cb00e7da2..acf58d1ce 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldloca.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldloca.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldloca)] - public class Ldloca: IL.Op { + public class Ldloca: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldloca_S.cs b/source/Indy.IL2CPU.IL.X86/Ldloca_S.cs index db702ab88..56b0a5b61 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldloca_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldloca_S.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldloca_S)] - public class Ldloca_S: IL.Op { + public class Ldloca_S: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldnull.cs b/source/Indy.IL2CPU.IL.X86/Ldnull.cs index c3f845c8a..7173ed82d 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldnull.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldnull.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldnull)] - public class Ldnull: IL.Op { + public class Ldnull: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldobj.cs b/source/Indy.IL2CPU.IL.X86/Ldobj.cs index 4695bc10f..72abf5433 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldobj.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldobj.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldobj)] - public class Ldobj: IL.Op { + public class Ldobj: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldsfld.cs b/source/Indy.IL2CPU.IL.X86/Ldsfld.cs index e40a5b848..2855941c4 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldsfld.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldsfld.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldsfld)] - public class Ldsfld: IL.Op { + public class Ldsfld: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldsflda.cs b/source/Indy.IL2CPU.IL.X86/Ldsflda.cs index 61c5df136..619ace3a8 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldsflda.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldsflda.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldsflda)] - public class Ldsflda: IL.Op { + public class Ldsflda: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldtoken.cs b/source/Indy.IL2CPU.IL.X86/Ldtoken.cs index 01a637d34..1962e6d80 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldtoken.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldtoken.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldtoken)] - public class Ldtoken: IL.Op { + public class Ldtoken: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ldvirtftn.cs b/source/Indy.IL2CPU.IL.X86/Ldvirtftn.cs index c5586ae7b..2a7e5d8d4 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldvirtftn.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldvirtftn.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ldvirtftn)] - public class Ldvirtftn: IL.Op { + public class Ldvirtftn: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Leave.cs b/source/Indy.IL2CPU.IL.X86/Leave.cs index b8a6338db..91e5075f1 100644 --- a/source/Indy.IL2CPU.IL.X86/Leave.cs +++ b/source/Indy.IL2CPU.IL.X86/Leave.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Leave)] - public class Leave: IL.Op { + public class Leave: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Leave_S.cs b/source/Indy.IL2CPU.IL.X86/Leave_S.cs index b54ea5f73..cc02d4ad4 100644 --- a/source/Indy.IL2CPU.IL.X86/Leave_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Leave_S.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Leave_S)] - public class Leave_S: IL.Op { + public class Leave_S: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Localloc.cs b/source/Indy.IL2CPU.IL.X86/Localloc.cs index c3a8b58c1..a125dbaff 100644 --- a/source/Indy.IL2CPU.IL.X86/Localloc.cs +++ b/source/Indy.IL2CPU.IL.X86/Localloc.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Localloc)] - public class Localloc: IL.Op { + public class Localloc: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Mkrefany.cs b/source/Indy.IL2CPU.IL.X86/Mkrefany.cs index d6ca29e0b..940a9495b 100644 --- a/source/Indy.IL2CPU.IL.X86/Mkrefany.cs +++ b/source/Indy.IL2CPU.IL.X86/Mkrefany.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Mkrefany)] - public class Mkrefany: IL.Op { + public class Mkrefany: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Mul.cs b/source/Indy.IL2CPU.IL.X86/Mul.cs index 40ece3b24..33ccf69c5 100644 --- a/source/Indy.IL2CPU.IL.X86/Mul.cs +++ b/source/Indy.IL2CPU.IL.X86/Mul.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Mul)] - public class Mul: IL.Op { + public class Mul: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Mul_Ovf.cs b/source/Indy.IL2CPU.IL.X86/Mul_Ovf.cs index 0f9067735..c60330d60 100644 --- a/source/Indy.IL2CPU.IL.X86/Mul_Ovf.cs +++ b/source/Indy.IL2CPU.IL.X86/Mul_Ovf.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Mul_Ovf)] - public class Mul_Ovf: IL.Op { + public class Mul_Ovf: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Mul_Ovf_Un.cs b/source/Indy.IL2CPU.IL.X86/Mul_Ovf_Un.cs index 9a59d580c..10b028e7c 100644 --- a/source/Indy.IL2CPU.IL.X86/Mul_Ovf_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Mul_Ovf_Un.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Mul_Ovf_Un)] - public class Mul_Ovf_Un: IL.Op { + public class Mul_Ovf_Un: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Neg.cs b/source/Indy.IL2CPU.IL.X86/Neg.cs index 4b32a15bf..448342468 100644 --- a/source/Indy.IL2CPU.IL.X86/Neg.cs +++ b/source/Indy.IL2CPU.IL.X86/Neg.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Neg)] - public class Neg: IL.Op { + public class Neg: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Newarr.cs b/source/Indy.IL2CPU.IL.X86/Newarr.cs index 82a2a4084..fffef699e 100644 --- a/source/Indy.IL2CPU.IL.X86/Newarr.cs +++ b/source/Indy.IL2CPU.IL.X86/Newarr.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Newarr)] - public class Newarr: IL.Op { + public class Newarr: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Newobj.cs b/source/Indy.IL2CPU.IL.X86/Newobj.cs index fe5a3b5a6..33953ff6d 100644 --- a/source/Indy.IL2CPU.IL.X86/Newobj.cs +++ b/source/Indy.IL2CPU.IL.X86/Newobj.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Newobj)] - public class Newobj: IL.Op { + public class Newobj: Op { /// /// This overload takes the label name of the ctor /// diff --git a/source/Indy.IL2CPU.IL.X86/No.cs b/source/Indy.IL2CPU.IL.X86/No.cs index 08d4dcdfd..61d40e1cf 100644 --- a/source/Indy.IL2CPU.IL.X86/No.cs +++ b/source/Indy.IL2CPU.IL.X86/No.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.No)] - public class No: IL.Op { + public class No: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Not.cs b/source/Indy.IL2CPU.IL.X86/Not.cs index c4cf7bcca..ab37d7fa1 100644 --- a/source/Indy.IL2CPU.IL.X86/Not.cs +++ b/source/Indy.IL2CPU.IL.X86/Not.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Not)] - public class Not: IL.Op { + public class Not: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Or.cs b/source/Indy.IL2CPU.IL.X86/Or.cs index 0e109685b..61861ce1e 100644 --- a/source/Indy.IL2CPU.IL.X86/Or.cs +++ b/source/Indy.IL2CPU.IL.X86/Or.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Or)] - public class Or: IL.Op { + public class Or: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Pop.cs b/source/Indy.IL2CPU.IL.X86/Pop.cs index 63efb734f..0fd9515e3 100644 --- a/source/Indy.IL2CPU.IL.X86/Pop.cs +++ b/source/Indy.IL2CPU.IL.X86/Pop.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Pop)] - public class Pop: IL.Op { + public class Pop: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Readonly.cs b/source/Indy.IL2CPU.IL.X86/Readonly.cs index f59f01d2c..82b835dea 100644 --- a/source/Indy.IL2CPU.IL.X86/Readonly.cs +++ b/source/Indy.IL2CPU.IL.X86/Readonly.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Readonly)] - public class Readonly: IL.Op { + public class Readonly: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Refanytype.cs b/source/Indy.IL2CPU.IL.X86/Refanytype.cs index 01f88618b..3f5ee9565 100644 --- a/source/Indy.IL2CPU.IL.X86/Refanytype.cs +++ b/source/Indy.IL2CPU.IL.X86/Refanytype.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Refanytype)] - public class Refanytype: IL.Op { + public class Refanytype: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Refanyval.cs b/source/Indy.IL2CPU.IL.X86/Refanyval.cs index d245b3a33..5fdd24a52 100644 --- a/source/Indy.IL2CPU.IL.X86/Refanyval.cs +++ b/source/Indy.IL2CPU.IL.X86/Refanyval.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Refanyval)] - public class Refanyval: IL.Op { + public class Refanyval: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Rem.cs b/source/Indy.IL2CPU.IL.X86/Rem.cs index 39057ab70..a8e3a7089 100644 --- a/source/Indy.IL2CPU.IL.X86/Rem.cs +++ b/source/Indy.IL2CPU.IL.X86/Rem.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Rem)] - public class Rem: IL.Op { + public class Rem: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Rem_Un.cs b/source/Indy.IL2CPU.IL.X86/Rem_Un.cs index 8e1399b02..b7b4dc93f 100644 --- a/source/Indy.IL2CPU.IL.X86/Rem_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Rem_Un.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Rem_Un)] - public class Rem_Un: IL.Op { + public class Rem_Un: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Ret.cs b/source/Indy.IL2CPU.IL.X86/Ret.cs index 239258b1e..75d77dd3f 100644 --- a/source/Indy.IL2CPU.IL.X86/Ret.cs +++ b/source/Indy.IL2CPU.IL.X86/Ret.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Ret)] - public class Ret: IL.Op { + public class Ret: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Rethrow.cs b/source/Indy.IL2CPU.IL.X86/Rethrow.cs index 5ed2f176e..c7a1aac0a 100644 --- a/source/Indy.IL2CPU.IL.X86/Rethrow.cs +++ b/source/Indy.IL2CPU.IL.X86/Rethrow.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Rethrow)] - public class Rethrow: IL.Op { + public class Rethrow: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Shl.cs b/source/Indy.IL2CPU.IL.X86/Shl.cs index f3c71e7dd..d815c24f8 100644 --- a/source/Indy.IL2CPU.IL.X86/Shl.cs +++ b/source/Indy.IL2CPU.IL.X86/Shl.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Shl)] - public class Shl: IL.Op { + public class Shl: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Shr.cs b/source/Indy.IL2CPU.IL.X86/Shr.cs index 7d59cc5b5..487d13df6 100644 --- a/source/Indy.IL2CPU.IL.X86/Shr.cs +++ b/source/Indy.IL2CPU.IL.X86/Shr.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Shr)] - public class Shr: IL.Op { + public class Shr: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Shr_Un.cs b/source/Indy.IL2CPU.IL.X86/Shr_Un.cs index 4a8b7e6ad..655142ad3 100644 --- a/source/Indy.IL2CPU.IL.X86/Shr_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Shr_Un.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Shr_Un)] - public class Shr_Un: IL.Op { + public class Shr_Un: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Sizeof.cs b/source/Indy.IL2CPU.IL.X86/Sizeof.cs index be0ab988b..7ba2965a7 100644 --- a/source/Indy.IL2CPU.IL.X86/Sizeof.cs +++ b/source/Indy.IL2CPU.IL.X86/Sizeof.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Sizeof)] - public class Sizeof: IL.Op { + public class Sizeof: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Starg.cs b/source/Indy.IL2CPU.IL.X86/Starg.cs index 92a4377b7..a6ec40111 100644 --- a/source/Indy.IL2CPU.IL.X86/Starg.cs +++ b/source/Indy.IL2CPU.IL.X86/Starg.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Starg)] - public class Starg: IL.Op { + public class Starg: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Starg_S.cs b/source/Indy.IL2CPU.IL.X86/Starg_S.cs index 7eeefec3c..e3d2e7498 100644 --- a/source/Indy.IL2CPU.IL.X86/Starg_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Starg_S.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Starg_S)] - public class Starg_S: IL.Op { + public class Starg_S: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stelem_Any.cs b/source/Indy.IL2CPU.IL.X86/Stelem_Any.cs index f26985618..30d6ab071 100644 --- a/source/Indy.IL2CPU.IL.X86/Stelem_Any.cs +++ b/source/Indy.IL2CPU.IL.X86/Stelem_Any.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stelem_Any)] - public class Stelem_Any: IL.Op { + public class Stelem_Any: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stelem_I.cs b/source/Indy.IL2CPU.IL.X86/Stelem_I.cs index d4e4bbf0a..870378056 100644 --- a/source/Indy.IL2CPU.IL.X86/Stelem_I.cs +++ b/source/Indy.IL2CPU.IL.X86/Stelem_I.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stelem_I)] - public class Stelem_I: IL.Op { + public class Stelem_I: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stelem_I1.cs b/source/Indy.IL2CPU.IL.X86/Stelem_I1.cs index e30462539..98c2fb3a2 100644 --- a/source/Indy.IL2CPU.IL.X86/Stelem_I1.cs +++ b/source/Indy.IL2CPU.IL.X86/Stelem_I1.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stelem_I1)] - public class Stelem_I1: IL.Op { + public class Stelem_I1: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stelem_I2.cs b/source/Indy.IL2CPU.IL.X86/Stelem_I2.cs index 5da2528ef..3db8bbeaf 100644 --- a/source/Indy.IL2CPU.IL.X86/Stelem_I2.cs +++ b/source/Indy.IL2CPU.IL.X86/Stelem_I2.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stelem_I2)] - public class Stelem_I2: IL.Op { + public class Stelem_I2: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stelem_I4.cs b/source/Indy.IL2CPU.IL.X86/Stelem_I4.cs index 42c757671..784116302 100644 --- a/source/Indy.IL2CPU.IL.X86/Stelem_I4.cs +++ b/source/Indy.IL2CPU.IL.X86/Stelem_I4.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stelem_I4)] - public class Stelem_I4: IL.Op { + public class Stelem_I4: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stelem_I8.cs b/source/Indy.IL2CPU.IL.X86/Stelem_I8.cs index a48039cfc..9f684d9b5 100644 --- a/source/Indy.IL2CPU.IL.X86/Stelem_I8.cs +++ b/source/Indy.IL2CPU.IL.X86/Stelem_I8.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stelem_I8)] - public class Stelem_I8: IL.Op { + public class Stelem_I8: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stelem_R4.cs b/source/Indy.IL2CPU.IL.X86/Stelem_R4.cs index 478485065..539854bb1 100644 --- a/source/Indy.IL2CPU.IL.X86/Stelem_R4.cs +++ b/source/Indy.IL2CPU.IL.X86/Stelem_R4.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stelem_R4)] - public class Stelem_R4: IL.Op { + public class Stelem_R4: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stelem_R8.cs b/source/Indy.IL2CPU.IL.X86/Stelem_R8.cs index c454b9709..381a261e0 100644 --- a/source/Indy.IL2CPU.IL.X86/Stelem_R8.cs +++ b/source/Indy.IL2CPU.IL.X86/Stelem_R8.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stelem_R8)] - public class Stelem_R8: IL.Op { + public class Stelem_R8: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stelem_Ref.cs b/source/Indy.IL2CPU.IL.X86/Stelem_Ref.cs index 2a3ce1cd0..10f26d852 100644 --- a/source/Indy.IL2CPU.IL.X86/Stelem_Ref.cs +++ b/source/Indy.IL2CPU.IL.X86/Stelem_Ref.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stelem_Ref)] - public class Stelem_Ref: IL.Op { + public class Stelem_Ref: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stfld.cs b/source/Indy.IL2CPU.IL.X86/Stfld.cs index 2fa2a2788..6f2272768 100644 --- a/source/Indy.IL2CPU.IL.X86/Stfld.cs +++ b/source/Indy.IL2CPU.IL.X86/Stfld.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stfld)] - public class Stfld: IL.Op { + public class Stfld: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stind_I.cs b/source/Indy.IL2CPU.IL.X86/Stind_I.cs index d131f10c2..2998ff54d 100644 --- a/source/Indy.IL2CPU.IL.X86/Stind_I.cs +++ b/source/Indy.IL2CPU.IL.X86/Stind_I.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stind_I)] - public class Stind_I: IL.Op { + public class Stind_I: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stind_I1.cs b/source/Indy.IL2CPU.IL.X86/Stind_I1.cs index 43a5f5d02..089160c83 100644 --- a/source/Indy.IL2CPU.IL.X86/Stind_I1.cs +++ b/source/Indy.IL2CPU.IL.X86/Stind_I1.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stind_I1)] - public class Stind_I1: IL.Op { + public class Stind_I1: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stind_I2.cs b/source/Indy.IL2CPU.IL.X86/Stind_I2.cs index 260251ad6..bb540fce6 100644 --- a/source/Indy.IL2CPU.IL.X86/Stind_I2.cs +++ b/source/Indy.IL2CPU.IL.X86/Stind_I2.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stind_I2)] - public class Stind_I2: IL.Op { + public class Stind_I2: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stind_I4.cs b/source/Indy.IL2CPU.IL.X86/Stind_I4.cs index 6e37c3165..43a21a7c8 100644 --- a/source/Indy.IL2CPU.IL.X86/Stind_I4.cs +++ b/source/Indy.IL2CPU.IL.X86/Stind_I4.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stind_I4)] - public class Stind_I4: IL.Op { + public class Stind_I4: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stind_I8.cs b/source/Indy.IL2CPU.IL.X86/Stind_I8.cs index 3c31fd1f2..923d31bbf 100644 --- a/source/Indy.IL2CPU.IL.X86/Stind_I8.cs +++ b/source/Indy.IL2CPU.IL.X86/Stind_I8.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stind_I8)] - public class Stind_I8: IL.Op { + public class Stind_I8: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stind_R4.cs b/source/Indy.IL2CPU.IL.X86/Stind_R4.cs index 5c55472dd..7d1a3217b 100644 --- a/source/Indy.IL2CPU.IL.X86/Stind_R4.cs +++ b/source/Indy.IL2CPU.IL.X86/Stind_R4.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stind_R4)] - public class Stind_R4: IL.Op { + public class Stind_R4: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stind_R8.cs b/source/Indy.IL2CPU.IL.X86/Stind_R8.cs index 96ac937c2..b225e1aa1 100644 --- a/source/Indy.IL2CPU.IL.X86/Stind_R8.cs +++ b/source/Indy.IL2CPU.IL.X86/Stind_R8.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stind_R8)] - public class Stind_R8: IL.Op { + public class Stind_R8: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stind_Ref.cs b/source/Indy.IL2CPU.IL.X86/Stind_Ref.cs index fb344f878..16f30149f 100644 --- a/source/Indy.IL2CPU.IL.X86/Stind_Ref.cs +++ b/source/Indy.IL2CPU.IL.X86/Stind_Ref.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stind_Ref)] - public class Stind_Ref: IL.Op { + public class Stind_Ref: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stloc.cs b/source/Indy.IL2CPU.IL.X86/Stloc.cs index 5524a091c..c8df9ef65 100644 --- a/source/Indy.IL2CPU.IL.X86/Stloc.cs +++ b/source/Indy.IL2CPU.IL.X86/Stloc.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stloc)] - public class Stloc: IL.Op { + public class Stloc: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stloc_0.cs b/source/Indy.IL2CPU.IL.X86/Stloc_0.cs index 6ff2f6337..d3d5aa2ad 100644 --- a/source/Indy.IL2CPU.IL.X86/Stloc_0.cs +++ b/source/Indy.IL2CPU.IL.X86/Stloc_0.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stloc_0)] - public class Stloc_0: IL.Op { + public class Stloc_0: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stloc_1.cs b/source/Indy.IL2CPU.IL.X86/Stloc_1.cs index 748243ff1..e13bb7a86 100644 --- a/source/Indy.IL2CPU.IL.X86/Stloc_1.cs +++ b/source/Indy.IL2CPU.IL.X86/Stloc_1.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stloc_1)] - public class Stloc_1: IL.Op { + public class Stloc_1: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stloc_2.cs b/source/Indy.IL2CPU.IL.X86/Stloc_2.cs index 0620d7bf9..2bcde8e81 100644 --- a/source/Indy.IL2CPU.IL.X86/Stloc_2.cs +++ b/source/Indy.IL2CPU.IL.X86/Stloc_2.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stloc_2)] - public class Stloc_2: IL.Op { + public class Stloc_2: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stloc_3.cs b/source/Indy.IL2CPU.IL.X86/Stloc_3.cs index 2e4bf0569..a5185b93a 100644 --- a/source/Indy.IL2CPU.IL.X86/Stloc_3.cs +++ b/source/Indy.IL2CPU.IL.X86/Stloc_3.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stloc_3)] - public class Stloc_3: IL.Op { + public class Stloc_3: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stloc_S.cs b/source/Indy.IL2CPU.IL.X86/Stloc_S.cs index 51ed99164..3d62632b9 100644 --- a/source/Indy.IL2CPU.IL.X86/Stloc_S.cs +++ b/source/Indy.IL2CPU.IL.X86/Stloc_S.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stloc_S)] - public class Stloc_S: IL.Op { + public class Stloc_S: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stobj.cs b/source/Indy.IL2CPU.IL.X86/Stobj.cs index bea07b843..cd496b550 100644 --- a/source/Indy.IL2CPU.IL.X86/Stobj.cs +++ b/source/Indy.IL2CPU.IL.X86/Stobj.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stobj)] - public class Stobj: IL.Op { + public class Stobj: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Stsfld.cs b/source/Indy.IL2CPU.IL.X86/Stsfld.cs index 1142d5bf5..58308fec7 100644 --- a/source/Indy.IL2CPU.IL.X86/Stsfld.cs +++ b/source/Indy.IL2CPU.IL.X86/Stsfld.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Stsfld)] - public class Stsfld: IL.Op { + public class Stsfld: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Sub.cs b/source/Indy.IL2CPU.IL.X86/Sub.cs index 3fda7deaf..c380c274f 100644 --- a/source/Indy.IL2CPU.IL.X86/Sub.cs +++ b/source/Indy.IL2CPU.IL.X86/Sub.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Sub)] - public class Sub: IL.Op { + public class Sub: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Sub_Ovf.cs b/source/Indy.IL2CPU.IL.X86/Sub_Ovf.cs index 5271127c1..a70ef8031 100644 --- a/source/Indy.IL2CPU.IL.X86/Sub_Ovf.cs +++ b/source/Indy.IL2CPU.IL.X86/Sub_Ovf.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Sub_Ovf)] - public class Sub_Ovf: IL.Op { + public class Sub_Ovf: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Sub_Ovf_Un.cs b/source/Indy.IL2CPU.IL.X86/Sub_Ovf_Un.cs index 9ac2f969c..76cdc88ed 100644 --- a/source/Indy.IL2CPU.IL.X86/Sub_Ovf_Un.cs +++ b/source/Indy.IL2CPU.IL.X86/Sub_Ovf_Un.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Sub_Ovf_Un)] - public class Sub_Ovf_Un: IL.Op { + public class Sub_Ovf_Un: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Switch.cs b/source/Indy.IL2CPU.IL.X86/Switch.cs index 899adb065..3cba7f62b 100644 --- a/source/Indy.IL2CPU.IL.X86/Switch.cs +++ b/source/Indy.IL2CPU.IL.X86/Switch.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Switch)] - public class Switch: IL.Op { + public class Switch: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Tail.cs b/source/Indy.IL2CPU.IL.X86/Tail.cs index 5c006cae1..fd657906e 100644 --- a/source/Indy.IL2CPU.IL.X86/Tail.cs +++ b/source/Indy.IL2CPU.IL.X86/Tail.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Tail)] - public class Tail: IL.Op { + public class Tail: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Throw.cs b/source/Indy.IL2CPU.IL.X86/Throw.cs index 41c0bb9df..d6a4a9313 100644 --- a/source/Indy.IL2CPU.IL.X86/Throw.cs +++ b/source/Indy.IL2CPU.IL.X86/Throw.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Throw)] - public class Throw: IL.Op { + public class Throw: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Unaligned.cs b/source/Indy.IL2CPU.IL.X86/Unaligned.cs index 9f0fd126c..288a68ac7 100644 --- a/source/Indy.IL2CPU.IL.X86/Unaligned.cs +++ b/source/Indy.IL2CPU.IL.X86/Unaligned.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Unaligned)] - public class Unaligned: IL.Op { + public class Unaligned: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Unbox.cs b/source/Indy.IL2CPU.IL.X86/Unbox.cs index 904b4c88a..dfe5ee187 100644 --- a/source/Indy.IL2CPU.IL.X86/Unbox.cs +++ b/source/Indy.IL2CPU.IL.X86/Unbox.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Unbox)] - public class Unbox: IL.Op { + public class Unbox: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Unbox_Any.cs b/source/Indy.IL2CPU.IL.X86/Unbox_Any.cs index 938e76362..c1cfb9590 100644 --- a/source/Indy.IL2CPU.IL.X86/Unbox_Any.cs +++ b/source/Indy.IL2CPU.IL.X86/Unbox_Any.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Unbox_Any)] - public class Unbox_Any: IL.Op { + public class Unbox_Any: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Volatile.cs b/source/Indy.IL2CPU.IL.X86/Volatile.cs index d49a1cb70..a366bbcd3 100644 --- a/source/Indy.IL2CPU.IL.X86/Volatile.cs +++ b/source/Indy.IL2CPU.IL.X86/Volatile.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Volatile)] - public class Volatile: IL.Op { + public class Volatile: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); } diff --git a/source/Indy.IL2CPU.IL.X86/Xor.cs b/source/Indy.IL2CPU.IL.X86/Xor.cs index 4d1127bf8..40de4cb31 100644 --- a/source/Indy.IL2CPU.IL.X86/Xor.cs +++ b/source/Indy.IL2CPU.IL.X86/Xor.cs @@ -5,7 +5,7 @@ using CPU = Indy.IL2CPU.Assembler.X86; namespace Indy.IL2CPU.IL.X86 { [OpCode(Code.Xor)] - public class Xor: IL.Op { + public class Xor: Op { public override void Assemble(Instruction aInstruction) { throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!"); }