archivesOfToyLang/tshunhue/雜七雜八/example-精簡版.s

23 lines
400 B
ArmAsm
Raw Permalink Normal View History

2023-09-30 22:30:08 +08:00
.text
.file "example-\347\262\276\347\260\241\347\211\210.ll"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rax
.Ltmp0:
.cfi_def_cfa_offset 16
movl $0, 4(%rsp)
callq function
xorl %eax, %eax
popq %rcx
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.section ".note.GNU-stack","",@progbits