MIPS16: Handle non-extensible instructions correctly
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z8k / djnz.d
1 #as:
2 #objdump: -dr
3 #name: djnz/dbjnz
4
5 .*: +file format coff-z8k
6
7 Disassembly of section \.text:
8
9 0*00000000 <label1>:
10 0: 8d07 nop
11 \.\.\.
12 fa: f0fe djnz r0,0x0
13 fc: f87f dbjnz rl0,0x0
14 fe: 8d07 nop
15
16 0*00000100 <label2>:
17 100: 8d07 nop
18 \.\.\.
19 1fa: f87e dbjnz rl0,0x100
20 1fc: f0ff djnz r0,0x100
21 1fe: 8d07 nop
This page took 0.039069 seconds and 4 git commands to generate.