mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-27 14:50:23 +00:00
13 lines
169 B
ArmAsm
13 lines
169 B
ArmAsm
.globl here
|
|
.data
|
|
here:
|
|
.long 1
|
|
.globl there
|
|
.section .discard,"aw",%progbits
|
|
.align 4
|
|
there:
|
|
.long 2
|
|
.section .debug_info,"",%progbits
|
|
.long here
|
|
.long there
|