Files
gyehoek-hs/play/t.s
T
2026-05-15 22:53:30 -06:00

14 lines
201 B
ArmAsm

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