0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-05-19 03:41:18 +03:00

3.8 KiB

1# DIV instruction tests
2# Format: RawBytes;Instructions
3RawBytes;Instructions
4# DIV r/m8 (opcode F6 /6)
5# DIV r/m32 (opcode F7 /6)
6# DIV with memory operands
7# Basic memory addressing
8# SPECIAL CASE: When using SIB byte with Base=101 (EBP) and Mod=00, it requires a 32-bit displacement
9# With displacement
10# With SIB addressing
11# With segment override prefixes
12# not recognized by ghidra or online disasms