Files
c_soft/riscv/start.S

8 lines
89 B
ArmAsm
Raw Normal View History

2025-04-17 11:14:53 +08:00
.section .init
.globl _start
.type _start,@function
_start:
la sp, _sp