binsav.asm
来自「这是DOS系统的源代码,汇编写的,值得看看,对开发操作系统的人员有价值」· 汇编 代码 · 共 44 行
ASM
44 行
TITLE binsav.asm - binary SAVE/LOAD for QBI
;***
;binsav.asm - binary SAVE/LOAD for QBI
;
; Copyright (C) 1986-1989, Microsoft Corporation
;
;Purpose:
; - Performing Binary Load/Save of modules
;
;
;*******************************************************************************
.xlist
include version.inc
BINSAV_ASM = ON
includeOnce architec
includeOnce context
includeOnce conint
includeOnce heap
includeOnce names
includeOnce optables
includeOnce qblist
includeOnce qbimsgs
includeOnce rtinterp
includeOnce rtps
includeOnce rttemp
includeOnce scanner
includeOnce txtint
includeOnce txtmgr
includeOnce sb
includeOnce ui
includeOnce util
.list
assumes CS,CP
assumes DS,DATA
assumes SS,DATA
assumes ES,NOTHING
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?