Fix RL78 disassembly of DE+offset addressing to always show the offset, even when...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / irp.s
CommitLineData
252b5132 1 .irp param,1,2,3
18452d40 2 .long foo\param
252b5132
RH
3 .endr
4
5 .irpc param,123
18452d40 6 .long bar\param
252b5132
RH
7 .endr
8
This page took 0.699298 seconds and 4 git commands to generate.