template.asm
来自「dos 6.0 源代码 .对大家提高有一定的帮助。」· 汇编 代码 · 共 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 + -
显示快捷键?