This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
parkan-playground
Watch
1
Fork
0
mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced
2026-08-15 02:57:49 +04:00
Code
Issues
Activity
Files
f702e9da849881f3eba2cd60eb9d1655b080bee2
parkan-playground
/
X86Disassembler
/
X86
/
Handlers
/
Cmp
T
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