1 Star 0 Fork 1

fengxueygr/asm_fragment

forked from 西边/asm_fragment 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
a0.s 891 Bytes
一键复制 编辑 原始数据 按行查看 历史
西边 提交于 2021-09-20 11:11 . comit
/* 创建临时文件 191.c */
.LC0:
.string "\nhello world\nhello mingri"
.LC1:
.string "%c"
.globl main
main:
pushq %rbp
movq %rsp,%rbp
subq $0x1000,%rsp
movq $0,-0x1000(%rbp) /* temp */
movb $0,-0xff8(%rbp) /* c */
movl $0,%eax
call tmpfile
movq %rax,-0x1000(%rbp) /* temp */
cmpq $0,-0x1000(%rbp) /* temp */
je .Lmain_400
movq -0x1000(%rbp),%rsi /* temp */
leaq .LC0(%rip),%rdi
movl $0,%eax
call fputs
.Lmain_400:
movq -0x1000(%rbp),%rdi /* temp */
movl $0,%eax
call rewind
jmp .Lmain_300
.Lmain_390:
movb -0xff8(%rbp),%al /* c */
movsbl %al,%esi
lea .LC1(%rip),%rdi
movl $0,%eax
call printf
.Lmain_300:
movq -0x1000(%rbp),%rdi /* temp */
movl $0,%eax
call fgetc
movb %al,-0xff8(%rbp) /* c */
cmpb $-1,-0xff8(%rbp) /* c */
jne .Lmain_390
movq -0x1000(%rbp),%rdi /* temp */
movl $0,%eax
call fclose
movl $0,%eax
leave
ret
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fengxueygr/asm_fragment.git
git@gitee.com:fengxueygr/asm_fragment.git
fengxueygr
asm_fragment
asm_fragment
master

搜索帮助