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-05-19 03:41:18 +03:00
Code
Issues
Releases
Activity
ParkanPlayground
/
X86Disassembler
/
X86
/
Handlers
/
Cmp
History
bird_egop
565158d9bd
Fixed immediate value formatting in Group1 instruction handlers
2025-04-13 16:00:46 +03:00
..
CmpAlImmHandler.cs
Added CmpAlImmHandler for CMP AL, imm8 instruction (0x3C) with tests
2025-04-13 01:30:42 +03:00
CmpImmWithRm8Handler.cs
Fixed instruction boundary detection and added JGE instruction handler
2025-04-13 03:19:42 +03:00
CmpImmWithRm32Handler.cs
Fixed immediate value formatting in Group1 instruction handlers
2025-04-13 16:00:46 +03:00
CmpImmWithRm32SignExtendedHandler.cs
add factory tests
2025-04-13 01:30:58 +03:00
CmpR32Rm32Handler.cs
Added support for CMP r32, r/m32 (0x3B) and MOV r/m32, imm32 (0xC7) instructions with tests
2025-04-13 00:38:38 +03:00
CmpRm32R32Handler.cs
fix duplicated code
2025-04-13 01:36:11 +03:00