mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-05-19 20:01:17 +03:00
1.5 KiB
1.5 KiB
1 | # MUL instruction tests |
---|---|
2 | # Format: RawBytes;Instructions |
3 | RawBytes;Instructions |
4 | # MUL r/m8 (opcode F6 /4) |
5 | # MUL r/m32 (opcode F7 /4) |
6 | # MUL 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 has an issue - it should be a direct memory operand with a displacement |