~ruther/verilog-riscv-semestral-project

ref: 181e94c4c368df49b63ee435f623436482f2f6a2 verilog-riscv-semestral-project/programs/start.S -rwxr-xr-x 84 bytes
181e94c4 — Rutherther chore: add risc toolchain to flake 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
.global _start

.text
_start:
    addi sp, x0, 127
    call main
_loop:
    j _loop
Do not follow this link