summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/z8k/djnz.d
blob: 5b6eca73cafcb36b0cf9e530e185cf86ae20e37a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#as:
#objdump: -dr
#name: djnz/dbjnz

.*: +file format coff-z8k

Disassembly of section \.text:

00000000 <label1>:
   0:	8d07           	nop	
	\.\.\.
  fa:	f0fe           	djnz	r0,0x0
  fc:	f87f           	dbjnz	rl0,0x0
  fe:	8d07           	nop	

00000100 <label2>:
 100:	8d07           	nop	
	\.\.\.
 1fa:	f87e           	dbjnz	rl0,0x100
 1fc:	f0ff           	djnz	r0,0x100
 1fe:	8d07           	nop