~ruther/verilog-riscv-semestral-project

ref: a079c57bf9f1ab9cca6147599107bdd01e034121 verilog-riscv-semestral-project/programs/start.S -rwxr-xr-x 94 bytes
a079c57b — Rutherther tests: add more custom tests 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
.global _start

.text
_start:
    addi sp, x0, 1020
    call main
loop:
    ebreak
    j loop
Do not follow this link