llvm-6502/test/MC/Disassembler/X86/intel-syntax-32.txt

14 lines
203 B
Plaintext
Raw Normal View History

# RUN: llvm-mc --disassemble %s -triple=i386 --output-asm-variant=1 | FileCheck %s
# CHECK: sgdt
0x0f 0x01 0x00
# CHECK: sidt
0x0f 0x01 0x08
# CHECK: lgdt
0x0f 0x01 0x10
# CHECK: lidt
0x0f 0x01 0x18