mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-11 12:05:55 +00:00
5 lines
53 B
ArmAsm
5 lines
53 B
ArmAsm
.section .text
|
|
.global _start
|
|
_start:
|
|
ldi r0,bar
|