| .. |
|
Properties
|
|
|
|
Add.cs
|
|
|
|
AddWithCarry.cs
|
|
2008-03-14 18:57:33 +00:00 |
|
And.cs
|
|
|
|
Assembler.cs
|
Exceptions work, no finally/catch support yet, though
|
2008-01-06 12:24:02 +00:00 |
|
Call.cs
|
Misc changes
|
2007-12-08 11:21:02 +00:00 |
|
CLD.cs
|
memory clearing fixed
|
2008-01-04 17:32:19 +00:00 |
|
CmpXchg.cs
|
|
|
|
Compare.cs
|
|
|
|
Cosmos.snk
|
Rest of strong naming
|
2008-01-09 17:03:23 +00:00 |
|
Divide.cs
|
|
|
|
IDivide.cs
|
Fix dividing now
|
2008-01-05 16:23:46 +00:00 |
|
Indy.IL2CPU.Assembler.X86.csproj
|
[+] JumpIfAbove instruction.
|
2008-04-17 22:40:06 +00:00 |
|
Indy.IL2CPU.Assembler.X86.csproj.vspscc
|
|
|
|
Instruction.cs
|
|
|
|
Interrupt.cs
|
[+] Add_Ovf instruction now generates int 4 on overflow.
|
2008-04-17 08:17:29 +00:00 |
|
JumpAlways.cs
|
Misc changes
|
2007-12-08 11:21:02 +00:00 |
|
JumpBase.cs
|
Exceptions work, no finally/catch support yet, though
|
2008-01-06 12:24:02 +00:00 |
|
JumpIfAbove.cs
|
[+] JumpIfAbove instruction.
|
2008-04-17 22:40:06 +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 |
|
JumpIfEquals.cs
|
Misc changes
|
2007-12-08 11:21:02 +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
|
Misc changes
|
2007-12-08 11:21:02 +00:00 |
|
JumpIfLessOrEqual.cs
|
Misc changes
|
2007-12-08 11:21:02 +00:00 |
|
JumpIfNotEquals.cs
|
Misc changes
|
2007-12-08 11:21:02 +00:00 |
|
JumpIfNotZero.cs
|
Int64:
|
2008-03-15 09:02:05 +00:00 |
|
JumpIfZero.cs
|
Misc changes
|
2007-12-08 11:21:02 +00:00 |
|
JumpNotCary.cs
|
[+] It seems that blt_un now works fine on 64-bit operands.
|
2008-04-11 16:31:50 +00:00 |
|
JumpOnGreater.cs
|
[+] JumpOnGreater class created to replace strange class JumpIfGreater.
|
2008-04-17 22:27:12 +00:00 |
|
Move.cs
|
|
|
|
Multiply.cs
|
|
|
|
Neg.cs
|
|
|
|
Noop.cs
|
|
|
|
Not.cs
|
|
|
|
Or.cs
|
|
|
|
Pop.cs
|
|
|
|
Popd.cs
|
|
|
|
Push.cs
|
|
|
|
Pushd.cs
|
|
|
|
Pushfd.cs
|
|
|
|
Registers.cs
|
|
|
|
RepeatMovsb.cs
|
Implemented Buffer.BlockCopy
|
2007-12-31 12:00:26 +00:00 |
|
RepeatStosb.cs
|
Implemented Buffer.BlockCopy
|
2007-12-31 12:00:26 +00:00 |
|
RepeatStosd.cs
|
memory clearing fixed
|
2008-01-04 17:32:19 +00:00 |
|
Ret.cs
|
|
|
|
ShiftLeft.cs
|
|
|
|
ShiftRight.cs
|
|
|
|
Stosb.cs
|
memory clearing fixed
|
2008-01-04 17:32:19 +00:00 |
|
Stosw.cs
|
memory clearing fixed
|
2008-01-04 17:32:19 +00:00 |
|
Sub.cs
|
|
|
|
SubWithCarry.cs
|
Int64:
|
2008-03-16 06:44:01 +00:00 |
|
Test.cs
|
|
|
|
Xor.cs
|
|
|