Files
gyehoek-hs/play/t.s
T
2026-05-16 10:26:20 -06:00

19 lines
272 B
ArmAsm

.text
.globl main
main:
pushq %rbp
movq %rsp, %rbp
movl $16, %edi
callq GC_malloc
movq $18, (%rax)
movq $10, 8(%rax)
movl $26, %edi
callq scm_write
leave
ret
.type main, @function
.size main, .-main
/* end function main */
.section .note.GNU-stack,"",@progbits