Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z8k / jr-backf.s
1 .text
2 .globl start
3 start: nop
4 .space 254
5 .globl dest
6 dest: jr t,start
7 nop
This page took 0.044116 seconds and 4 git commands to generate.