bddebug.asm
来自「[随书类]Dos6.0源代码」· 汇编 代码 · 共 34 行
ASM
34 行
TITLE BdDebug.asm - Buffer Descriptor Debugging Routines
COMMENT \
--------- --- ---- -- ---------- ----
COPYRIGHT (C) 1985 BY MICROSOFT, INC.
--------- --- ---- -- ---------- ----
\
;============================================================================
; Module: BdDebug.asm - Buffer Descriptor Debugging Routines
;
; System: Quick BASIC Interpreter
;
;============================================================================
.xlist
include version.inc
BDDEBUG_ASM = ON
includeOnce architec
includeOnce heap
includeOnce util
includeOnce rttemp
includeOnce context
.list
; .sall
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?