findfirs.s
来自「标准c库代码,可以应用于各个系统提供了大量的基本函数」· S 代码 · 共 19 行
S
19 行
.globl _findfirst _findfirst: pushl %ebx pushl %esi pushl %edi movl 20(%esp),%edx movb $0x1a,%ah int $0x21 movl 16(%esp),%edx movl 24(%esp),%ecx movb $0x4e,%ah int $0x21 popl %edi popl %esi popl %ebx jmp syscall_check
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?