Files
kunlun/rom/riscv3/romlib/start.S

10 lines
159 B
ArmAsm
Raw Normal View History

2024-09-28 14:24:04 +08:00
// See LICENSE for license details.
#include "encoding.h"
.section .init
.globl _start
.type _start,@function
_start:
la gp, _gp
j _start