9210stub.asm

来自「X86 GX1 BOOTLOAD代码 ,支持WINCE操作系统!」· 汇编 代码 · 共 35 行

ASM
35
字号
;**************************************************************************
;*
;*  9210STUB.ASM
;*
;*  Copyright (c) 1998-1999 National Semiconductor Corporation.
;*  All Rights Reserved.
;*
;*  Function:
;*    Stub file pulled in if the 9210 controller is not being used
;*
;*  $Revision:: 1   $
;*
;**************************************************************************

	.486P

_TEXT SEGMENT PUBLIC use16 'CODE'

;**************************************************************************
;*
;*	cx9210init
;*
;*	Entry:
;*	Exit:
;*	Destroys:
;*
;**************************************************************************
cx92xxinit  PROC NEAR PUBLIC
	ret
cx92xxinit  ENDP
_TEXT ENDS

END

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?