Files
kunlun/rom/riscv3/romlib/start.S
2024-09-28 14:24:04 +08:00

10 lines
159 B
ArmAsm

// See LICENSE for license details.
#include "encoding.h"
.section .init
.globl _start
.type _start,@function
_start:
la gp, _gp
j _start