gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / backslash-at.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: Backslash-at for ARM
3
4 .*: file format .*arm.*
5
6 Disassembly of section .text:
7 00000000 <.text> 615c .short 0x615c
8 00000002 <foo> e3a00000 mov r0, #0 ; 0x0
9 00000006 <foo\+0x4> e3a00000 mov r0, #0 ; 0x0
10 0000000a <foo\+0x8> e3a00000 mov r0, #0 ; 0x0
11 0000000e <foo\+0xc> e3a00001 mov r0, #1 ; 0x1
12 00000012 <foo\+0x10> e3a00001 mov r0, #1 ; 0x1
13 00000016 <foo\+0x14> e3a00001 mov r0, #1 ; 0x1
14 0000001a <foo\+0x18> e3a00002 mov r0, #2 ; 0x2
15 0000001e <foo\+0x1c> e3a00002 mov r0, #2 ; 0x2
16 00000022 <foo\+0x20> e3a00002 mov r0, #2 ; 0x2
This page took 0.030674 seconds and 5 git commands to generate.