📄 template.asm
字号:
;*
;* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -