模拟cpu成功运行

This commit is contained in:
2025-04-17 11:14:53 +08:00
parent ed0144b2ce
commit 1eb2785984
4 changed files with 183 additions and 11 deletions

8
riscv/start.S Normal file
View File

@@ -0,0 +1,8 @@
.section .init
.globl _start
.type _start,@function
_start:
la sp, _sp