Mercurial > hg > Members > kono > nitros9-code
comparison defs/scf.d @ 1760:27e85b681dab
Fixed DEFS issue in 6809l2 and 6309l2 (thanks Rodney!)
Other defs file changes
author | boisy |
---|---|
date | Fri, 01 Apr 2005 13:00:57 +0000 |
parents | 7af4d12008f4 |
children | 9d95e3246a61 |
comparison
equal
deleted
inserted
replaced
1759:c748bc73facc | 1760:27e85b681dab |
---|---|
1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
2 ; scf | 2 ; scf - Sequential File Manager Definitions |
3 ; | 3 ; |
4 ; $Id$ | 4 ; $Id$ |
5 ; | 5 ; |
6 ; SCF stands for 'Sequential Character Filemanager' and is a package of subroutines | 6 ; SCF stands for 'Sequential Character Filemanager' and is a package of |
7 ; that define the logical structure of a serial device. | 7 ; subroutines that define the logical structure of a serial device. |
8 ; | 8 ; |
9 ; The data structures in this file give SCF its 'personality' and are used | 9 ; The data structures in this file give SCF its 'personality' and are used |
10 ; by SCF itself, as well as applications that will require disk I/O. | 10 ; by SCF itself, as well as applications that will require disk I/O. |
11 ; | 11 ; |
12 ; Edt/Rev YYYY/MM/DD Modified by | 12 ; Edt/Rev YYYY/MM/DD Modified by |
13 ; Comment | 13 ; Comment |
14 ; ------------------------------------------------------------------ | 14 ; ------------------------------------------------------------------ |
15 ; 2004/07/02 Boisy G. Pitre | 15 ; 2004/07/02 Boisy G. Pitre |
16 ; Started | 16 ; Created |
17 | 17 |
18 .title Sequential File Manager Definitions | 18 .title Sequential File Manager Definitions |
19 | 19 |
20 .area SCF (ABS) | 20 .area SCF (ABS) |
21 | 21 |