llvm-6502/test/MC/Disassembler/simple-tests.txt
2009-12-22 07:01:12 +00:00

16 lines
213 B
Plaintext

# RUN: llvm-mc --disassemble %s -triple=x86_64-apple-darwin9 | FileCheck %s
# CHECK: int $33
0xCD 0x21
# CHECK: int $33
0xCD 0x21
# CHECK: addb %al, (%rax)
0 0
# CHECK: callq -1234
0xe8 0x2e 0xfb 0xff 0xff