?? sizefunc.s
字號:
# sizefunc.s - Find the size of a file.section .text.globl sizefunc.type sizefunc, @functionsizefunc: pushl %ebp movl %esp, %ebp subl $8, %esp pushl %edi pushl %esi pushl %ebx movl $140, %eax movl 8(%ebp), %ebx movl $0, %ecx movl $0, %edx leal -8(%ebp), %esi movl $2, %edi int $0x80 movl -8(%ebp), %eax popl %ebx popl %esi popl %edi movl %ebp, %esp popl %ebp ret
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -