a ton of stuff idk more ir work
This commit is contained in:
1 parent
14a4fb1ff9
commit
87f755b763
46 files changed
+1967
-540
No files matched your search
+6
-2
@@ -1,4 +1,8 @@
|
||||
fn main() {
|
||||
let x = 3;
|
||||
exit(x);
|
||||
asm {
|
||||
li a0, 3
|
||||
li a7, 93
|
||||
ecall
|
||||
}
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user