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 11:51:17 +03:00
Code
Issues
Releases
Activity
ParkanPlayground
/
X86Disassembler
/
X86
/
Handlers
/
Cmp
History
bird_egop
28ba47bfab
add factory tests
2025-04-13 01:30:58 +03:00
..
CmpAlImmHandler.cs
Added CmpAlImmHandler for CMP AL, imm8 instruction (0x3C) with tests
2025-04-13 01:30:42 +03:00
CmpImmWithRm8Handler.cs
fixup
2025-04-13 01:11:45 +03:00
CmpImmWithRm32Handler.cs
add factory tests
2025-04-13 01:30:58 +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