Fix RL78 disassembly of DE+offset addressing to always show the offset, even when...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / test1.s
CommitLineData
252b5132
RH
1 .macro m arg1 arg2
2 .globl \arg1
3f904b16 3 \arg1 == \arg2
252b5132
RH
4 .endm
5
188e2ff3
NC
6 m s_not_a_reg_1,1
7 m s_not_a_reg_2,2
This page took 0.670392 seconds and 4 git commands to generate.