SummerCart64/fw/cpu/controller/startup.S

6 lines
103 B
ArmAsm
Raw Normal View History

2021-08-18 13:54:07 +02:00
.section .text.startup
2021-08-12 21:07:47 +02:00
.global reset_handler
reset_handler:
la sp, __stack_pointer
j main