mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
17 lines
229 B
ArmAsm
17 lines
229 B
ArmAsm
.text
|
|
.global _start
|
|
_start:
|
|
.type _func, @function
|
|
_func:
|
|
mov L001,A1
|
|
nop
|
|
A:
|
|
mov L001,A1
|
|
BOTTOM:
|
|
.balign 0x8
|
|
add D0,D1
|
|
.size _func, .-func
|
|
|
|
.data
|
|
L001:
|