This website requires JavaScript.
Explore
Help
Register
Sign In
andy
/
c_soft
Watch
1
Star
0
Fork
0
You've already forked c_soft
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
333cc57c991acb1b445fdc7b16eeb4fca3fbf8d7
c_soft
/
riscv
/
start.S
10 lines
113 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
模拟cpu成功运行
2025-04-17 11:14:53 +08:00
.section
.init
.globl
_start
.type
_
start,
@function
函数调用正常
2025-04-17 15:35:32 +08:00
.extern
main
模拟cpu成功运行
2025-04-17 11:14:53 +08:00
_start
:
函数调用正常
2025-04-17 15:35:32 +08:00
la
s
p
,
_
s
p
j
m
a
i
n
Reference in New Issue
Copy Permalink