mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
10 lines
174 B
ArmAsm
10 lines
174 B
ArmAsm
.balign 0x1000
|
|
.globl _start
|
|
_start:
|
|
.skip 0xffc
|
|
adrp x0, _start + 0x80000000
|
|
str x2, [x2]
|
|
mov x2, #0
|
|
ldr x1, [x0, #0x40]
|
|
nop
|