* v850-dis.c (disassemble): Place square parentheses around second
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / jr-backf.s
1 .text
2 .globl start
3 start: nop
4 .space 126
5 .globl dest
6 dest: jr z,start
7 nop
This page took 0.029095 seconds and 4 git commands to generate.