0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-05-19 11:51:17 +03:00
2025-04-16 20:54:08 +03:00

1.3 KiB

1# NEG instruction tests
2# Format: RawBytes;Instructions
3RawBytes;Instructions
4# NEG r/m8 (opcode F6 /3)
5# NEG r/m32 (opcode F7 /3)
6# NEG with memory operands
7# SPECIAL CASE: When using SIB byte with Base=101 (EBP) and Mod=00, it requires a 32-bit displacement
8# This test case is correct, as it includes the required displacement