This website requires JavaScript.
Explore
Help
Sign In
Yaossg
/
RVBTCC
Watch
1
Star
0
Fork
0
You've already forked RVBTCC
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
dd4ef1edbd
RVBTCC
/
run-native.sh
5 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
extern
2024-12-06 07:06:55 +00:00
gcc boot.c
&&
real machine script
2024-11-18 09:29:59 +00:00
./a.out <
$1
>
$1
.s
&&
extern
2024-12-06 07:06:55 +00:00
gcc -static
$1
.s -o
$1
.out
&&
real machine script
2024-11-18 09:29:59 +00:00
./
$1
.out
echo
$?
Reference in New Issue
Copy Permalink