mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-18 10:31:57 +00:00
14 lines
203 B
Plaintext
14 lines
203 B
Plaintext
|
# 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
|