Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. Add an...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / org-2.s
1 .data
2 .org 0x10
3 .globl foo
4 foo:
5 .byte 0, 1, 2, 3
6 .org 0x10
7 .globl bar
8 bar:
9 .byte 0, 1, 2, 3
This page took 0.030459 seconds and 4 git commands to generate.