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
/
ArithmeticUnary
History
bird_egop
d2279f4720
Added NegRm8Handler for NEG r/m8 instruction (opcode F6 /3). Registered the new handler in InstructionHandlerFactory.
2025-04-16 20:29:26 +03:00
..
DivRm32Handler.cs
more cleanup
2025-04-15 02:42:47 +03:00
IdivRm32Handler.cs
more cleanup
2025-04-15 02:42:47 +03:00
ImulRm32Handler.cs
more cleanup
2025-04-15 02:42:47 +03:00
MulRm32Handler.cs
more cleanup
2025-04-15 02:42:47 +03:00
NegRm8Handler.cs
Added NegRm8Handler for NEG r/m8 instruction (opcode F6 /3). Registered the new handler in InstructionHandlerFactory.
2025-04-16 20:29:26 +03:00
NegRm32Handler.cs
more cleanup
2025-04-15 02:42:47 +03:00
NotRm32Handler.cs
more cleanup
2025-04-15 02:42:47 +03:00