libg.s
来自「操作系统SunOS 4.1.3版本的源码」· S 代码 · 共 15 行
S
15 行
! .asciz "@(#)libg.s 1.1 92/07/30"! Copyright (c) 1987 by Sun Microsystems, Inc. .seg "data"! this is a special line marker to denote the end! of the user's program, and the beginning of the library.! Its purpose is to make adb single-line stepping act rationally! around library and system calls. That is, we should only single-! step instructions through things which don't have line numbers! in them. .seg "text" .stabs "libg.s",0x64,0,0,. ! file name .stabd 0x44,0,-1 ! phoney line number
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?