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-21 00:28:36 +03:00
Code
Issues
Releases
Activity
Files
9da33e12c4580f826a748085fb2ed140ec78b2dc
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