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