who knows

This commit is contained in:
iris committed 2024-11-26 22:42:39 -05:00
1 parent 87f755b763
commit 31c197e991
10 files changed
+17 -3

No files matched your search

+10
View File
@@ -1,3 +1,13 @@
trait Add {
fn add(self, other: Self) -> Self
}
impl Add for b32 {
asm fn add(self, other) {
add {out}, {self}, {other}
}
}
fn main() {
asm {
li a0, 3