i386-alloca.s
来自「android-w.song.android.widget」· S 代码 · 共 17 行
S
17 行
.file "alloca.s" .text .align 4 .def alloca; .val alloca; .scl 2; .type 044; .endef .globl allocaalloca: popl %edx popl %eax addl $3,%eax andl $0xfffffffc,%eax subl %eax,%esp movl %esp,%eax pushl %eax pushl %edx ret .def alloca; .val .; .scl -1; .endef
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?