Fix RL78 disassembly of DE+offset addressing to always show the offset, even when...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / app4.s
1 .text
2 .macro foo
3 .globl a
4 a:
5 .long 42
6 .endm
7 .include "app4b.s"
8 foo
9 .globl b
10 b:
11 .long 56
This page took 0.033988 seconds and 4 git commands to generate.