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