diff --git a/source/Cosmos/Cosmos.System/Cosmos.Sys.csproj b/source/Cosmos/Cosmos.System/Cosmos.Sys.csproj index 86286b635..2f61808cb 100644 --- a/source/Cosmos/Cosmos.System/Cosmos.Sys.csproj +++ b/source/Cosmos/Cosmos.System/Cosmos.Sys.csproj @@ -3,7 +3,7 @@ Debug AnyCPU - 9.0.21022 + 9.0.30428 2.0 {819DB8FC-5DA1-461F-83C9-2F5C88088C94} Library diff --git a/source/Indy.IL2CPU.Assembler.X86/286Exclusive/LoadAll.cs b/source/Indy.IL2CPU.Assembler.X86/286Exclusive/LoadAll.cs new file mode 100644 index 000000000..4f9159d0c --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/286Exclusive/LoadAll.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86._286Exclusive +{ + class LoadAll + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/386AndUp/InvokeICE.cs b/source/Indy.IL2CPU.Assembler.X86/386AndUp/InvokeICE.cs new file mode 100644 index 000000000..69c4334df --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/386AndUp/InvokeICE.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86._386AndUp +{ + class InvokeICE + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/386Exclusive/LoadAllD.cs b/source/Indy.IL2CPU.Assembler.X86/386Exclusive/LoadAllD.cs new file mode 100644 index 000000000..a4fc03f33 --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/386Exclusive/LoadAllD.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86._386Exclusive +{ + class LoadAllD + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/8086Exclusive/PopCS.cs b/source/Indy.IL2CPU.Assembler.X86/8086Exclusive/PopCS.cs new file mode 100644 index 000000000..95f0d96a7 --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/8086Exclusive/PopCS.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86._8086Exclusive +{ + class PopCS + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/CmpByteInString.cs b/source/Indy.IL2CPU.Assembler.X86/CmpByteInString.cs new file mode 100644 index 000000000..f7bec4a6c --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/CmpByteInString.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class CmpByteInString + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/CmpWordInString.cs b/source/Indy.IL2CPU.Assembler.X86/CmpWordInString.cs new file mode 100644 index 000000000..9a8291143 --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/CmpWordInString.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class CmpWordInString + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/EffectAddr.cs b/source/Indy.IL2CPU.Assembler.X86/EffectAddr.cs new file mode 100644 index 000000000..920e5bf5a --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/EffectAddr.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class EffectAddr + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/FlagIntoAH.cs b/source/Indy.IL2CPU.Assembler.X86/FlagIntoAH.cs new file mode 100644 index 000000000..9ad80410d --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/FlagIntoAH.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class FlagIntoAH + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/Indy.IL2CPU.Assembler.X86.csproj b/source/Indy.IL2CPU.Assembler.X86/Indy.IL2CPU.Assembler.X86.csproj index a8f24b298..5383a073a 100644 --- a/source/Indy.IL2CPU.Assembler.X86/Indy.IL2CPU.Assembler.X86.csproj +++ b/source/Indy.IL2CPU.Assembler.X86/Indy.IL2CPU.Assembler.X86.csproj @@ -55,9 +55,13 @@ + + + + @@ -73,19 +77,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + @@ -165,16 +196,14 @@ + - - - diff --git a/source/Indy.IL2CPU.Assembler.X86/LoadByte.cs b/source/Indy.IL2CPU.Assembler.X86/LoadByte.cs new file mode 100644 index 000000000..a83460ac1 --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/LoadByte.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class LoadByte + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/LoadESWithPointer.cs b/source/Indy.IL2CPU.Assembler.X86/LoadESWithPointer.cs new file mode 100644 index 000000000..2097a8bae --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/LoadESWithPointer.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class LoadESWithPointer + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/LoadPointerDS.cs b/source/Indy.IL2CPU.Assembler.X86/LoadPointerDS.cs new file mode 100644 index 000000000..dde431b9f --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/LoadPointerDS.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class LoadPointerDS + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/LoadWord.cs b/source/Indy.IL2CPU.Assembler.X86/LoadWord.cs new file mode 100644 index 000000000..841249780 --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/LoadWord.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class LoadWord + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/Lock.cs b/source/Indy.IL2CPU.Assembler.X86/Lock.cs new file mode 100644 index 000000000..cfefdbc19 --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/Lock.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class Lock + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/LoopAlways.cs b/source/Indy.IL2CPU.Assembler.X86/LoopAlways.cs new file mode 100644 index 000000000..f9bcdecae --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/LoopAlways.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class LoopAlways + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/LoopBase.cs b/source/Indy.IL2CPU.Assembler.X86/LoopBase.cs new file mode 100644 index 000000000..6d77c03f6 --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/LoopBase.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class LoopBase + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/LoopIfEqual.cs b/source/Indy.IL2CPU.Assembler.X86/LoopIfEqual.cs new file mode 100644 index 000000000..0613269f5 --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/LoopIfEqual.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class LoopIfEqual + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/LoopIfNotEqual.cs b/source/Indy.IL2CPU.Assembler.X86/LoopIfNotEqual.cs new file mode 100644 index 000000000..5aa7bb966 --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/LoopIfNotEqual.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class LoopIfNotEqual + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/LoopIfNotZero.cs b/source/Indy.IL2CPU.Assembler.X86/LoopIfNotZero.cs new file mode 100644 index 000000000..445f06e7b --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/LoopIfNotZero.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class LoopIfNotZero + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/LoopIfZero.cs b/source/Indy.IL2CPU.Assembler.X86/LoopIfZero.cs new file mode 100644 index 000000000..78ef7ac91 --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/LoopIfZero.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class LoopIfZero + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/MoveSB.cs b/source/Indy.IL2CPU.Assembler.X86/MoveSB.cs new file mode 100644 index 000000000..1699c09bb --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/MoveSB.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + public class MoveSB : Instruction + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/MoveSW.cs b/source/Indy.IL2CPU.Assembler.X86/MoveSW.cs new file mode 100644 index 000000000..6aae759c0 --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/MoveSW.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class MoveSW + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/Repeat.cs b/source/Indy.IL2CPU.Assembler.X86/Repeat.cs new file mode 100644 index 000000000..b5a4c54ac --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/Repeat.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + public class Repeat + { + public Repeat(Instruction instruction) + { + } + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/RepeatBase.cs b/source/Indy.IL2CPU.Assembler.X86/RepeatBase.cs new file mode 100644 index 000000000..c73b1210f --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/RepeatBase.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class RepeatBase + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/RepeatIfEqual.cs b/source/Indy.IL2CPU.Assembler.X86/RepeatIfEqual.cs new file mode 100644 index 000000000..cde987a1a --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/RepeatIfEqual.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class RepeatIfEqual + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/RepeatIfNotEqual.cs b/source/Indy.IL2CPU.Assembler.X86/RepeatIfNotEqual.cs new file mode 100644 index 000000000..876da96f0 --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/RepeatIfNotEqual.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class RepeatIfNotEqual + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/RepeatIfNotZero.cs b/source/Indy.IL2CPU.Assembler.X86/RepeatIfNotZero.cs new file mode 100644 index 000000000..9b288dd4e --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/RepeatIfNotZero.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class RepeatIfNotZero + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/RepeatIfZero.cs b/source/Indy.IL2CPU.Assembler.X86/RepeatIfZero.cs new file mode 100644 index 000000000..1fb43753f --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/RepeatIfZero.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class RepeatIfZero + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/SetALByCarry.cs b/source/Indy.IL2CPU.Assembler.X86/SetALByCarry.cs new file mode 100644 index 000000000..78cfa0a27 --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/SetALByCarry.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + class SetALByCarry + { + } +} diff --git a/source/Indy.IL2CPU.Assembler.X86/StoreSD.cs b/source/Indy.IL2CPU.Assembler.X86/StoreSD.cs new file mode 100644 index 000000000..88ad57f90 --- /dev/null +++ b/source/Indy.IL2CPU.Assembler.X86/StoreSD.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Indy.IL2CPU.Assembler.X86 +{ + public class StoreSD : Instruction + { + } +}