模拟cpu成功运行
This commit is contained in:
8
riscv/start.S
Normal file
8
riscv/start.S
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
.section .init
|
||||
.globl _start
|
||||
.type _start,@function
|
||||
|
||||
_start:
|
||||
|
||||
la sp, _sp
|
Reference in New Issue
Block a user