template.asm

来自「这是DOS系统的源代码,汇编写的,值得看看,对开发操作系统的人员有价值」· 汇编 代码 · 共 33 行

ASM
33
字号
;*
;*	CW : Character Windows Drivers
;*
;*	template.asm : template for a SYD file
;*		items marked with "||--" must be changed
;*****************************************************************************

	include	syd_head.inc

;||-- OPTIONAL: standard data for driver
	include	syd_data.inc

;*****************************************************************************

	include	syd_code.asm			;* first part of code

;*****************************************************************************

;||-- put any non-standard procedures here

;*****************************************************************************

	include	syd_std.asm		;* standard init/term

;*****************************************************************************

	include	syd_tail.asm		;* tail file

;*****************************************************************************

	END

⌨️ 快捷键说明

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