userentry.s
来自「二进制翻译的一个软件」· S 代码 · 共 28 行
S
28 行
.file "UserEntry.s" .section .init call UserEntry .section .text .align 2.globl UserEntry .type UserEntry,@function UserEntry: subl $32,%esp pushl 32(%esp) add $40,%esp pushf pusha subl $4,%esp call init_translator addl $4,%esp movl (%eax),%eax jmpl *%eax.Lfe1: .size UserEntry,.Lfe1-UserEntry
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?