This commit is contained in:
2026-05-15 15:27:20 -06:00
parent dc785ed8f3
commit d38e98d90f
8 changed files with 43 additions and 25 deletions

View File

@@ -3,10 +3,13 @@ export
function w $main () {
@start
%x0 =l call $GC_malloc (l 16)
%.3 =l add %x0, 8
%.4 =l add %x0, 8
storel 10, %x0
storel 14, %.3
storel 14, %.4
%x1 =l call $scm_write (l %x0)
%x2 =l call $scm_write (l 18)
ret %x2
%.5 =l mul 22, 18
%.6 =l and %.5, 18446744073709551613
%x2 =l or %.6, 2
%x3 =l call $scm_write (l %x2)
ret %x3
}