This commit is contained in:
2026-05-15 23:08:53 -06:00
parent be52c7b97d
commit 0bb66acae0
6 changed files with 29 additions and 8 deletions

View File

@@ -1,6 +1,9 @@
export
function w $main () {
@start
%x0 =l call $scm_write (l 18)
ret %x0
%.2 =l add 10, 18
%.3 =l and %.2, 18446744073709551613
%x0 =l or %.3, 2
%x1 =l call $scm_write (l %x0)
ret %x1
}