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

3.7 KiB

1# LEA instruction tests
2# Format: RawBytes;Instructions
3RawBytes;Instructions
4# LEA r32, m (opcode 8D) with basic addressing modes
5# LEA r32, m (opcode 8D) with displacement
6# LEA r32, m (opcode 8D) with negative displacement
7# LEA r32, m (opcode 8D) with SIB byte (no displacement)
8# LEA r32, m (opcode 8D) with SIB byte and displacement
9# LEA r32, m (opcode 8D) with direct memory operand
10# LEA with different destination registers
11# LEA with complex addressing modes