lister.inc

来自「[随书类]Dos6.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 + -
显示快捷键?