binutils: Make some functions static in dwarf.c
[deliverable/binutils-gdb.git] / ld / testsuite / ld-m68hc11 / movw.d
1 #source: movw.s
2 #as: -m m9s12x
3 #ld: -mm68hc12elf --relax -defsym gp_max_on=0x1234 -defsym gp_clk=0x5432 -defsym small_off=0x5
4 #objdump: -m m9s12x -d --prefix-addresses -r
5
6 tmpdir/dump: file format elf32-m68hc12
7
8
9 Disassembly of section .text:
10 00008000 <_start> movw 0x1234,X, 0x5432,X
11 00008008 <_start\+0x8> movw 0x22,SP, 0x5432,Y
12 0000800f <_start\+0xf> movw 0x5432,X, 0x12,SP
13 00008016 <_start\+0x16> movw 0x1001,X, 0x2002,Y
14 0000801e <_start\+0x1e> movw 0x5,SP, 0x1234,Y
15 00008026 <_start\+0x26> tfr X,Y
16 00008028 <_start\+0x28> rts
17 00008029 <_etext> nop
18
This page took 0.034721 seconds and 4 git commands to generate.