mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-13 16:33:02 +00:00
8 lines
79 B
ArmAsm
8 lines
79 B
ArmAsm
|
.arm
|
||
|
.text
|
||
|
.globl _start
|
||
|
_start:
|
||
|
.word 0xee474a20
|
||
|
.word 0xed927a00
|
||
|
bx lr
|