This commit is contained in:
2026-05-16 10:26:20 -06:00
parent 466e2a38a9
commit f5536ca2e2
7 changed files with 24 additions and 11 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ main:
callq GC_malloc
movq $18, (%rax)
movq $10, 8(%rax)
movl $18, %edi
movl $26, %edi
callq scm_write
leave
ret