0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-20 08:18:36 +03:00
Files
ParkanPlayground/X86DisassemblerTests/TestData/div_tests.csv

2.2 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# With displacement
9# With SIB addressing
10# With segment override prefixes