* v850-dis.c (disassemble): Place square parentheses around second
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z8k / djnz.s
CommitLineData
249ad7a7
CG
1.text
2.globl label1
3label1: nop
4 .space 248
5
6 djnz r0,label1
7 dbjnz rl0,label1
8 nop
9
10label2: nop
11 .space 248
12
13 dbjnz rl0,label2
14 djnz r0,label2
15 nop
This page took 0.388563 seconds and 4 git commands to generate.