aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Disassembler/simple-tests.txt
blob: 1e3249f8268355a18bd5508c65d5fe8127af99cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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