Cosmos/source/Indy.IL2CPU.Assembler.X86
2008-06-11 17:18:47 +00:00
..
Properties
X DebugStub suspend/resume 2008-05-05 16:12:43 +00:00
Add.cs 2008-04-26 22:27:50 +00:00
AddWithCarry.cs
And.cs
Assembler.cs Enumerations for now. on arrays they work, List<T> not yet 2008-05-09 14:48:15 +00:00
Break.cs some leftovers from the .Native removal, also made it possible to use nested assemblers using the DumbAssembler class 2008-04-26 17:17:08 +00:00
Call.cs
CLD.cs
Cli.cs some leftovers from the .Native removal, also made it possible to use nested assemblers using the DumbAssembler class 2008-04-26 17:17:08 +00:00
CmpXchg.cs
Compare.cs 2008-04-30 15:51:37 +00:00
Condition.cs [+] ConditionalMove class to handle CMOVcc 2008-04-18 12:08:30 +00:00
ConditionalMove.cs [+] ConditionalMove class to handle CMOVcc 2008-04-18 12:08:30 +00:00
Cosmos.snk
CpuId.cs added x86 popf 2008-06-11 17:06:55 +00:00
DebugStub.cs Several fixes 2008-05-07 18:21:29 +00:00
Dec.cs DebugStub suspend/resume 2008-05-05 16:12:43 +00:00
Divide.cs
IDivide.cs
InByte.cs some leftovers from the .Native removal, also made it possible to use nested assemblers using the DumbAssembler class 2008-04-26 17:17:08 +00:00
Inc.cs DebugStub suspend/resume 2008-05-05 16:12:43 +00:00
InDWord.cs some leftovers from the .Native removal, also made it possible to use nested assemblers using the DumbAssembler class 2008-04-26 17:17:08 +00:00
Indy.IL2CPU.Assembler.X86.csproj added them to the project :P 2008-06-11 17:18:47 +00:00
Indy.IL2CPU.Assembler.X86.csproj.vspscc
Instruction.cs 2008-04-27 06:31:13 +00:00
Interrupt.cs [*] Fixed Interrupt to generate int 4 unconditionally 2008-04-18 13:18:11 +00:00
InWord.cs some leftovers from the .Native removal, also made it possible to use nested assemblers using the DumbAssembler class 2008-04-26 17:17:08 +00:00
IRet.cs some leftovers from the .Native removal, also made it possible to use nested assemblers using the DumbAssembler class 2008-04-26 17:17:08 +00:00
JumpAlways.cs 2008-04-26 22:17:35 +00:00
JumpBase.cs
JumpIfAbove.cs [+] ConditionalMove class to handle CMOVcc 2008-04-18 12:08:30 +00:00
JumpIfAboveOrEqual.cs [+] ConditionalMove class to handle CMOVcc 2008-04-18 12:08:30 +00:00
JumpIfBelow.cs [+] Blt_Un now works with 64bit operands. 2008-04-17 23:20:12 +00:00
JumpIfBelowOrEqual.cs [*] Fixed error with bge. 2008-04-17 22:00:58 +00:00
JumpIfCarry.cs [+] It seems that blt_un now works fine on 64-bit operands. 2008-04-11 16:31:50 +00:00
JumpIfEqual.cs Final move of Debug Stub to DumbAssembler 2008-04-27 00:57:57 +00:00
JumpIfGreater.cs [!] Class JumpIfGreater writes jb code instead of jg. 2008-04-17 22:24:56 +00:00
JumpIfGreaterOrEqual.cs [*] Fixed error with bge. 2008-04-17 22:00:58 +00:00
JumpIfGreaterOrEquals.cs [!] JumpIfGreaterOrEqual produces the same opcode as JumpIfGreaterOrEqual, but it's opcode in attribute is jbe. 2008-04-17 22:26:16 +00:00
JumpIfLess.cs
JumpIfLessOrEqual.cs
JumpIfNotEquals.cs Final move of Debug Stub to DumbAssembler 2008-04-27 00:57:57 +00:00
JumpIfNotZero.cs
JumpIfZero.cs
JumpNotCary.cs [+] It seems that blt_un now works fine on 64-bit operands. 2008-04-11 16:31:50 +00:00
JumpOnGreater.cs [+] ConditionalMove class to handle CMOVcc 2008-04-18 12:08:30 +00:00
Lgdt.cs some leftovers from the .Native removal, also made it possible to use nested assemblers using the DumbAssembler class 2008-04-26 17:17:08 +00:00
Lidt.cs some leftovers from the .Native removal, also made it possible to use nested assemblers using the DumbAssembler class 2008-04-26 17:17:08 +00:00
Move.cs Final move of Debug Stub to DumbAssembler 2008-04-27 00:57:57 +00:00
MoveAndSignExtend.cs [+] MoveAndSignExtend & MoveAndZeroExtend added to assmebler 2008-04-18 13:29:13 +00:00
MoveAndZeroExtend.cs [+] MoveAndSignExtend & MoveAndZeroExtend added to assmebler 2008-04-18 13:29:13 +00:00
Multiply.cs
Neg.cs
Noop.cs
Not.cs
Or.cs
Out.cs some leftovers from the .Native removal, also made it possible to use nested assemblers using the DumbAssembler class 2008-04-26 17:17:08 +00:00
Pop.cs
Popad.cs some leftovers from the .Native removal, also made it possible to use nested assemblers using the DumbAssembler class 2008-04-26 17:17:08 +00:00
Popd.cs
Popfd.cs added x86 popf 2008-06-11 17:06:55 +00:00
Push.cs
Pushad.cs some leftovers from the .Native removal, also made it possible to use nested assemblers using the DumbAssembler class 2008-04-26 17:17:08 +00:00
Pushd.cs
Pushfd.cs
Registers.cs
RepeatMovsb.cs Multicast delegates 2008-05-13 14:27:29 +00:00
RepeatStosb.cs
RepeatStosd.cs
Ret.cs Partial move to DumbAssembler 2008-04-26 21:49:56 +00:00
RotateThroughCarryLeft.cs SHA256 works now 2008-05-14 17:21:54 +00:00
RotateThroughCarryRight.cs SHA256 works now 2008-05-14 17:21:54 +00:00
ShiftLeft.cs
ShiftRight.cs SHA256 works now 2008-05-14 17:21:54 +00:00
SignExtendAX.cs [+] MoveAndSignExtend & MoveAndZeroExtend added to assmebler 2008-04-18 13:29:13 +00:00
Sti.cs some leftovers from the .Native removal, also made it possible to use nested assemblers using the DumbAssembler class 2008-04-26 17:17:08 +00:00
Stosb.cs
Stosw.cs
Sub.cs
SubWithCarry.cs
Test.cs 2008-04-26 22:27:50 +00:00
Xor.cs