1 Star 0 Fork 0

bonsai/20155313

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sub.s 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
bonsai 提交于 2017-09-28 18:45 . 0929
.file "sub.c"
.text
.globl sub
.type sub, @function
sub:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movl -4(%rbp), %eax
subl -8(%rbp), %eax
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size sub, .-sub
.ident "GCC: (Ubuntu 5.3.1-14ubuntu2) 5.3.1 20160413"
.section .note.GNU-stack,"",@progbits
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/bonsaiyoung/20155313.git
git@gitee.com:bonsaiyoung/20155313.git
bonsaiyoung
20155313
20155313
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385