1 Star 0 Fork 0

20145203 / the forth week

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dw_loop.s 668 Bytes
一键复制 编辑 原始数据 按行查看 历史
20145203 提交于 2016-10-16 22:45 . new file
.file "dw_loop.c"
.text
.globl dw_loop
.type dw_loop, @function
dw_loop:
.LFB0:
.cfi_startproc
pushl %ebp
.cfi_def_cfa_offset 8
.cfi_offset 5, -8
movl %esp, %ebp
.cfi_def_cfa_register 5
.L3:
movl 16(%ebp), %eax
addl %eax, 8(%ebp)
movl 12(%ebp), %eax
imull 16(%ebp), %eax
movl %eax, 12(%ebp)
subl $1, 16(%ebp)
cmpl $0, 16(%ebp)
jle .L2
movl 12(%ebp), %eax
cmpl 16(%ebp), %eax
jl .L3
.L2:
movl 8(%ebp), %eax
popl %ebp
.cfi_restore 5
.cfi_def_cfa 4, 4
ret
.cfi_endproc
.LFE0:
.size dw_loop, .-dw_loop
.ident "GCC: (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609"
.section .note.GNU-stack,"",@progbits
C
1
https://gitee.com/gzsgzsgzs/the-forth-week.git
git@gitee.com:gzsgzsgzs/the-forth-week.git
gzsgzsgzs
the-forth-week
the forth week
master

搜索帮助