mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-12 11:29:30 +00:00
24 lines
305 B
ArmAsm
24 lines
305 B
ArmAsm
.text
|
|
.global _start
|
|
_start:
|
|
add A0, A1
|
|
_A:
|
|
mov L001, A0
|
|
_B:
|
|
.balign 0x8
|
|
_C:
|
|
nop
|
|
.balign 0x10
|
|
|
|
.type _func, @function
|
|
_func:
|
|
mov L001, A1
|
|
nop
|
|
_D:
|
|
mov L001, A1
|
|
BOTTOM:
|
|
.size _func, . - _func
|
|
|
|
.data
|
|
L001:
|