| .. |
|
AddWithCarry.cs
|
[*] DestSourceInstruction renamed to AluInstruction
|
2008-04-11 11:47:47 +00:00 |
|
AluInstruction.cs
|
[*] DestSourceInstruction renamed to AluInstruction
|
2008-04-11 11:47:47 +00:00 |
|
And.cs
|
[*] DestSourceInstruction renamed to AluInstruction
|
2008-04-11 11:47:47 +00:00 |
|
BreakPoint.cs
|
[+] Every instruction supports converting to FASM code now.
|
2008-04-11 10:24:33 +00:00 |
|
Call.cs
|
[+] Every instruction supports converting to FASM code now.
|
2008-04-11 10:24:33 +00:00 |
|
Compare.cs
|
[*] DestSourceInstruction renamed to AluInstruction
|
2008-04-11 11:47:47 +00:00 |
|
ConditionalJumpInstruction.cs
|
[+] Every instruction supports converting to FASM code now.
|
2008-04-11 10:24:33 +00:00 |
|
GeneralPurposeRegister.cs
|
[+] Every instruction supports converting to FASM code now.
|
2008-04-11 10:24:33 +00:00 |
|
ImmediateOperand.cs
|
[+] Every instruction supports converting to FASM code now.
|
2008-04-11 10:24:33 +00:00 |
|
InstructionOperand.cs
|
Added OO-based basic parts of AMD64 jitter:
|
2008-03-31 06:59:34 +00:00 |
|
Jump.cs
|
[+] Every instruction supports converting to FASM code now.
|
2008-04-11 10:24:33 +00:00 |
|
JumpIfEqual.cs
|
[+] Every instruction supports converting to FASM code now.
|
2008-04-11 10:24:33 +00:00 |
|
MemoryOperand.cs
|
[+] Every instruction supports converting to FASM code now.
|
2008-04-11 10:24:33 +00:00 |
|
Move.cs
|
[*] Fixed converting to FASM code.
|
2008-04-11 12:40:21 +00:00 |
|
Pop.cs
|
[+] Every instruction supports converting to FASM code now.
|
2008-04-11 10:24:33 +00:00 |
|
ProcessorInstruction.cs
|
[*] Fixed RSP index.
|
2008-04-11 15:15:12 +00:00 |
|
Push.cs
|
[+] Every instruction supports converting to FASM code now.
|
2008-04-11 10:24:33 +00:00 |
|
Registers.cs
|
[+] Alu dest<-source instructions are almost complete (at least I've no tests that fail)
|
2008-04-08 16:44:05 +00:00 |
|
Rex.cs
|
[+] Added Rex.NewRegRM for better readability.
|
2008-04-11 11:43:50 +00:00 |