mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
8 lines
79 B
ArmAsm
8 lines
79 B
ArmAsm
.arm
|
|
.text
|
|
.globl _start
|
|
_start:
|
|
.word 0xee474a20
|
|
.word 0xed927a00
|
|
bx lr
|