a ton of stuff idk more ir work

This commit is contained in:
iris committed 2024-10-22 02:30:50 -04:00
1 parent 14a4fb1ff9
commit 87f755b763
46 files changed
+1967 -540

No files matched your search

+6 -2
View File
@@ -1,4 +1,8 @@
fn main() {
let x = 3;
exit(x);
asm {
li a0, 3
li a7, 93
ecall
}
}