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
/
Or
History
bird_egop
8123ced2d6
Removed duplicate OR instruction handlers and files to fix handler organization
2025-04-13 01:11:20 +03:00
..
OrAlImmHandler.cs
Added complete set of OR instruction handlers with tests
2025-04-13 00:26:13 +03:00
OrEaxImmHandler.cs
Added complete set of OR instruction handlers with tests
2025-04-13 00:26:13 +03:00
OrImmToRm8Handler.cs
Reorganized OR instruction handlers into a dedicated folder
2025-04-13 00:28:20 +03:00
OrImmToRm32Handler.cs
Reorganized OR instruction handlers into a dedicated folder
2025-04-13 00:28:20 +03:00
OrImmToRm32SignExtendedHandler.cs
Reorganized OR instruction handlers into a dedicated folder
2025-04-13 00:28:20 +03:00
OrR8Rm8Handler.cs
Added support for OR r8, r/m8 instruction (opcode 0x0A) with tests
2025-04-13 00:23:11 +03:00
OrR32Rm32Handler.cs
Added complete set of OR instruction handlers with tests
2025-04-13 00:26:13 +03:00