llvm-6502/test/MC/Disassembler/simple-tests.txt
Chris Lattner 2adbef06a6 rewrite the file parser for the disassembler, implementing support for
comments.  Also, check in a simple testcase for the disassembler,
including a test for r91864


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91894 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-22 06:37:58 +00:00

16 lines
192 B
Plaintext

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