Add a note to the GDB/NEWS file mentioning that the ARM simulator now
[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.028531 seconds and 4 git commands to generate.