22 lines
400 B
ArmAsm
22 lines
400 B
ArmAsm
.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
|