This commit is contained in:
2026-05-15 15:42:17 -06:00
parent d38e98d90f
commit 5dcf44222f
6 changed files with 62 additions and 23 deletions

View File

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