gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / msp430 / nop-dint-430.d
1 #name: DINT NOP Insertions (MSP430 CPU)
2 #source: nop-dint.s
3 #as: -my -mn -mcpu=430
4 #warning_output: nop-dint-430.l
5 #objdump: -d --prefix-addresses --show-raw-insn
6
7 .*: +file format .*msp.*
8
9 Disassembly of section .text:
10 0x0+000 32 c2[ ]+dint[ ]+
11 0x0+002 03 43[ ]+nop[ ]+
12 0x0+004 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
13 0x0+008 32 c2[ ]+dint[ ]+
14 0x0+00a 03 43[ ]+nop[ ]+
15 0x0+00c 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
16 0x0+010 32 c2[ ]+dint[ ]+
17 0x0+012 03 43[ ]+nop[ ]+
18 0x0+014 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
19 0x0+018 02 43[ ]+clr r2 ;
20 0x0+01a 03 43[ ]+nop[ ]+
21 0x0+01c 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
22 0x0+020 32 40 07 00[ ]+mov #7, r2 ;
23 0x0+024 03 43[ ]+nop[ ]+
24 0x0+026 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
25 0x0+02a 32 40 07 f0[ ]+mov #-4089, r2 ;#0xf007
26 0x0+02e 03 43[ ]+nop[ ]+
27 0x0+030 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
28 0x0+034 02 43[ ]+clr r2 ;
29 0x0+036 03 43[ ]+nop[ ]+
30 0x0+038 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
31 0x0+03c 32 c2[ ]+dint[ ]+
32 0x0+03e 03 43[ ]+nop[ ]+
This page took 0.029239 seconds and 4 git commands to generate.