📄 userentry.s
字号:
.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -