a ton of stuff idk more ir work

This commit is contained in:
2024-10-22 02:30:50 -04:00
parent 14a4fb1ff9
commit 87f755b763
46 changed files with 1967 additions and 540 deletions
+6 -2
View File
@@ -1,4 +1,8 @@
fn main() {
let x = 3;
exit(x);
asm {
li a0, 3
li a7, 93
ecall
}
}