Fix RL78 disassembly of DE+offset addressing to always show the offset, even when...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / vararg.s
CommitLineData
6eaeac8a
JB
1 .macro v1 arg1 : req, args : vararg
2 .long foo\arg1
3 .ifnb \args
4 v1 \args
5 .endif
6 .endm
7
8 v1 1
9 v1 2, 3
10 v1 4, 5, 6
This page took 0.462719 seconds and 4 git commands to generate.