mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 01:50:38 +00:00
5 lines
109 B
ArmAsm
5 lines
109 B
ArmAsm
# A section with a symbol and a BPO allocation.
|
|
.section .text.x,"ax",@progbits
|
|
.global x
|
|
x LDA $45,x+4200
|