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-19 16:08:02 +03:00
Code
Issues
Releases
Activity
Files
b11b39ac4e136ae28fe2eb8be207a26259e3a427
ParkanPlayground
/
X86Disassembler
/
X86
History
bird_egop
b11b39ac4e
Implemented 16-bit SUB instruction handlers and fixed test data
2025-04-13 17:51:54 +03:00
..
Handlers
Implemented 16-bit SUB instruction handlers and fixed test data
2025-04-13 17:51:54 +03:00
Disassembler.cs
Fixed immediate value formatting in Group1 instruction handlers
2025-04-13 16:00:46 +03:00
Instruction.cs
cleanup
2025-04-12 23:40:48 +03:00
InstructionDecoder.cs
Fixed immediate value formatting in Group1 instruction handlers
2025-04-13 16:00:46 +03:00
ModRMDecoder.cs
cleanup
2025-04-12 23:40:48 +03:00
OpcodeMap.cs
Added support for string instructions with REP prefix, specifically F3 A5 (REP MOVS)
2025-04-13 02:10:48 +03:00
PrefixDecoder.cs
Added proper REPNE prefix handling and comprehensive string instruction tests
2025-04-13 02:26:49 +03:00