reset.8

来自「tiny bios--了解BIOS非常好的资料」· 8 代码 · 共 22 行

8
22
字号
	;
	; Reset vector
	;
	; (C)1997-2001 Pascal Dornier / PC Engines; All rights reserved.
	; This file is licensed pursuant to the COMMON PUBLIC LICENSE 0.5.
	;
	db	0fff0h-$ dup 0ffh	;at F000:FFF0
	jmp	far 0f000h:reset
	
	dw	STARTOFS	;this is used and overwritten by
			;the BIOSSUM utility.
	
;	The following items are added by the BIOSSUM utility:
;	
;	db	"00/00/00"	;assembly date in mm/dd/yy format
;			;filled in by BIOSSUM utility
;	
;	db	0ffh	;empty
;	db	0fch	;model byte = AT
;	db	0	;checksum goes here - added by BIOSSUM
;			;utility

⌨️ 快捷键说明

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