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 20:01:17 +03:00
Code
Issues
Releases
Activity
ParkanPlayground
/
X86Disassembler
/
X86
/
Handlers
/
Add
History
bird_egop
00547ed273
simplify reading logic
2025-04-13 23:22:30 +03:00
..
AddEaxImmHandler.cs
Simplified instruction handlers for better maintainability and consistency. Fixed operand size handling in XOR handlers with 16-bit registers. Added support for 6-byte NOP variant. Fixed formatting of immediate values to maintain consistent output.
2025-04-13 23:15:11 +03:00
AddImmToRm8Handler.cs
nice big refactor
2025-04-13 23:06:52 +03:00
AddImmToRm32Handler.cs
nice big refactor
2025-04-13 23:06:52 +03:00
AddImmToRm32SignExtendedHandler.cs
Simplified instruction handlers for better maintainability and consistency. Fixed operand size handling in XOR handlers with 16-bit registers. Added support for 6-byte NOP variant. Fixed formatting of immediate values to maintain consistent output.
2025-04-13 23:15:11 +03:00
AddR32Rm32Handler.cs
simplify reading logic
2025-04-13 23:22:30 +03:00
AddRm32R32Handler.cs
simplify reading logic
2025-04-13 23:22:30 +03:00