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.cs
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
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
JumpIfAboveOrEqual.cs
JumpIfBelow.cs
JumpIfBelowOrEqual.cs
JumpIfCarry.cs
JumpIfEqual.cs Final move of Debug Stub to DumbAssembler 2008-04-27 00:57:57 +00:00
JumpIfGreater.cs
JumpIfGreaterOrEqual.cs
JumpIfGreaterOrEquals.cs
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
JumpOnGreater.cs
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