EECS151 / riscv-cpu / software / c_example / start.s
start.s
Raw
.section    .start
.global     _start

_start:
    li      sp, 0x10000600
    jal     main