mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-12 11:29:30 +00:00
5 lines
114 B
ArmAsm
5 lines
114 B
ArmAsm
# A section with a symbol and a BPO allocation.
|
|
.section .text.x2,"ax",@progbits
|
|
.global x2
|
|
x2 LDA $45,x2+42000
|