vmode.s
来自「操作系统SunOS 4.1.3版本的源码」· S 代码 · 共 24 行
S
24 行
.data| .asciz "@(#)Vmode.s 1.1 92/07/30 SMI" .even .text| Copyright (c) 1987 by Sun Microsystems, Inc.#include "fpcrtdefs.h"VECTORED(mode) .textENTER(_fpmode_) movel sp@(4),a0 | Get address of long argument. movel a0@,d0 | Get long argument.#ifdef PIC PIC_SETUP(a0) movl a0@(Vmode),a0 jmp a0@#else jra Vmode#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?