4 + 2 = 6

This commit is contained in:
2026-05-16 03:02:25 -06:00
parent 0bb66acae0
commit 466e2a38a9
10 changed files with 113 additions and 35 deletions
+5 -1
View File
@@ -3,7 +3,11 @@
main:
pushq %rbp
movq %rsp, %rbp
movl $30, %edi
movl $16, %edi
callq GC_malloc
movq $18, (%rax)
movq $10, 8(%rax)
movl $18, %edi
callq scm_write
leave
ret