This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
ParkanPlayground
Watch
0
Fork
0
You've already forked ParkanPlayground
mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced
2025-06-20 00:18:02 +03:00
Code
Issues
Releases
Activity
Files
8c9b34ef0988487593368a3eca46071d84810050
ParkanPlayground
/
X86Disassembler
/
X86
/
Handlers
/
Cmp
History
bird_egop
db96af74ff
Fixed several instruction handling issues: 1) Added proper handling for zero displacements in memory operands, 2) Fixed large unsigned displacement values display, 3) Added CmpEaxImmHandler for CMP EAX, imm32 instruction, 4) Fixed JP and JNP conditional jump instruction types
2025-04-16 19:43:03 +03:00
..
CmpAlImmHandler.cs
Fixed several instruction handling issues: 1) Added proper handling for zero displacements in memory operands, 2) Fixed large unsigned displacement values display, 3) Added CmpEaxImmHandler for CMP EAX, imm32 instruction, 4) Fixed JP and JNP conditional jump instruction types
2025-04-16 19:43:03 +03:00
CmpEaxImmHandler.cs
Fixed several instruction handling issues: 1) Added proper handling for zero displacements in memory operands, 2) Fixed large unsigned displacement values display, 3) Added CmpEaxImmHandler for CMP EAX, imm32 instruction, 4) Fixed JP and JNP conditional jump instruction types
2025-04-16 19:43:03 +03:00
CmpImmWithRm8Handler.cs
fixes and removed unused code
2025-04-16 19:07:32 +03:00
CmpImmWithRm32Handler.cs
more cleanup
2025-04-15 02:42:47 +03:00
CmpImmWithRm32SignExtendedHandler.cs
more cleanup
2025-04-15 02:42:47 +03:00
CmpR8Rm8Handler.cs
Fixed several instruction handling issues: 1) Added proper handling for zero displacements in memory operands, 2) Fixed large unsigned displacement values display, 3) Added CmpEaxImmHandler for CMP EAX, imm32 instruction, 4) Fixed JP and JNP conditional jump instruction types
2025-04-16 19:43:03 +03:00
CmpR32Rm32Handler.cs
more cleanup
2025-04-15 02:42:47 +03:00
CmpRm8R8Handler.cs
Fixed several instruction handling issues: 1) Added proper handling for zero displacements in memory operands, 2) Fixed large unsigned displacement values display, 3) Added CmpEaxImmHandler for CMP EAX, imm32 instruction, 4) Fixed JP and JNP conditional jump instruction types
2025-04-16 19:43:03 +03:00
CmpRm32R32Handler.cs
more cleanup
2025-04-15 02:42:47 +03:00