This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
parkan-playground
Watch
1
Fork
0
You've already forked parkan-playground
mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced
2025-12-13 10:49:46 +04:00
Code
Issues
Activity
Files
e8955b1ebd75b42a599c80cbc4eb20c52845d2fe
parkan-playground
/
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