SummerCart64/fw/cpu/controller/startup.S
Polprzewodnikowy b1826a9167 goot
2021-08-23 22:30:47 +02:00

6 lines
103 B
ArmAsm

.section .text.startup
.global reset_handler
reset_handler:
la sp, __stack_pointer
j main