文件名称:fileopenandwrite
介绍说明--下载内容均来自于网络,请自行研究使用
3.1 磁盘存取简介
3.1.1 利用FCB(文件控制块)存取磁盘文件:
(2) 在程序的数据段设置FCB和DAT(数据传输区)。
(3) 利用DOS功能调用打开文件(读)或建立文件(写),同时将文件名、扩展名、记录大小等信息保存在FCB中。
(4) 用DOS功能设置DAT地址。
(5) 用相应方式的DOS功能,以记录或字节块为单位读写文件。
(6) 在存取文件之后,特别是在写入文件之后,用DOS功能关闭文件。
-3.1 Introduction 3.1.1 disk access using FCB (file control block) access to disk files: (2) in the process data segment set FCB and DAT (data transmission area). (3) use DOS function calls to open the file (read) or create a file (write), at the same time, file name, extension, record size and other information stored in the FCB in. (4) DOS feature set DAT address. (5) with the corresponding forms of DOS functions to record or byte to read and write file blocks as a unit. (6) access to documents, especially in the written document, close the file using DOS functions.
3.1.1 利用FCB(文件控制块)存取磁盘文件:
(2) 在程序的数据段设置FCB和DAT(数据传输区)。
(3) 利用DOS功能调用打开文件(读)或建立文件(写),同时将文件名、扩展名、记录大小等信息保存在FCB中。
(4) 用DOS功能设置DAT地址。
(5) 用相应方式的DOS功能,以记录或字节块为单位读写文件。
(6) 在存取文件之后,特别是在写入文件之后,用DOS功能关闭文件。
-3.1 Introduction 3.1.1 disk access using FCB (file control block) access to disk files: (2) in the process data segment set FCB and DAT (data transmission area). (3) use DOS function calls to open the file (read) or create a file (write), at the same time, file name, extension, record size and other information stored in the FCB in. (4) DOS feature set DAT address. (5) with the corresponding forms of DOS functions to record or byte to read and write file blocks as a unit. (6) access to documents, especially in the written document, close the file using DOS functions.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
02
..\02.doc
..\file.asm
..\FILE.EXE
..\FILE.OBJ
..\INFORMAT.DAT
..\lab10.txt
..\02.doc
..\file.asm
..\FILE.EXE
..\FILE.OBJ
..\INFORMAT.DAT
..\lab10.txt