This website requires JavaScript.
Explore
Help
Sign in
knazarov
/
rve
Watch
1
Star
0
Fork
You've already forked rve
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
master
rve
/
example
/
boot.s
7 lines
75 B
ArmAsm
Raw
Permalink
Normal View
History
Unescape
Escape
Add a simple boot section
2024-12-06 23:50:21 +00:00
.globl
_boot
_boot
:
Relocate program to 0x80000000
2024-12-15 16:44:39 +00:00
li
x2
,
0
x80
0
8
0
0
0
0
Make the C-compiled program actually work
2024-12-07 01:19:22 +00:00
call
m
a
i
n
Add a simple boot section
2024-12-06 23:50:21 +00:00
sbreak
j
.
Reference in a new issue
Copy permalink