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 15:07:48 +04:00
Code
Issues
Activity
Files
33dc0b0fa264b61cd2ec68232c14baa1fee74224
parkan-playground
/
X86Disassembler
/
X86
/
Handlers
/
Cmp
T
History
bird_egop
3fc0ebf1d5
Unified ADC accumulator handlers into a single handler
2025-04-17 01:34:08 +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
Unified ADC accumulator handlers into a single handler
2025-04-17 01:34:08 +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
Unified ADC accumulator handlers into a single handler
2025-04-17 01:34:08 +03:00