~ruther/verilog-riscv-semestral-project

ref: 1d7c9233527974f1bfd8db7e0027d5871911b997 verilog-riscv-semestral-project/programs/start.S -rwxr-xr-x 94 bytes
1d7c9233 — Rutherther chore: add python cache to gitignore 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