lister.inc
来自「MS DOS 6.0 操作系统源码完整版,对于研制操作系统结构,构建个人的操作系」· INC 代码 · 共 38 行
INC
38 行
; File: LISTER.INC
; NOTE: When making changes to this file, be sure to make equivalent
; changes to file LISTER.H
; NOTE: For comments, see lister.h
LISTER_INC = -1 ;remember that this file has been included
;**======================================================================**
;**== External Interface to Lister Component ==**
;**== This file is included by non-lister-component modules ==**
;**======================================================================**
sBegin LIST
ife LSMAIN_ASM
EXTRN ListLine:far
EXTRN ListBaseNum:far
EXTRN ListNum:far
endif ;LSMAIN_ASM
sEnd LIST
sBegin DATA
ife LSMAIN_ASM
EXTRN fLsIncluded:byte
EXTRN fLsDynArrays:byte
EXTRN otxListNext:word
EXTRN otxListNextInc:word
EXTRN otxLsCursor:word
EXTRN cLeadingSpaces:byte
endif ;LSMAIN_ASM
ife LSRULES_ASM
EXTRN psdLsIncl:word
endif ;LSRULES_ASM
sEnd DATA
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?