DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦372cb1089⟧ TextFile

    Length: 896 (0x380)
    Types: TextFile
    Names: »AM86BUF.A86«

Derivation

└─⟦57f0389e8⟧ Bits:30005761 SW1611 Access Manager v. 1.0
    └─ ⟦this⟧ »AM86BUF.A86« 

TextFile


;
;    AM86 Version 1.0R January 6, 1983  2018
;			February 15, 1983  17:17
;
;    Copyright 1982,1983 Digital Research, Inc.
;

;::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
;::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
;
; O N L Y   T H E   F O L L O W I N G   F O U R   E Q U' S
;	S H O U L D   B E   M O D I F I E D.    T H E   R E S T   O F
;	T H I S   M O D U L E   S H O U L D   N O T   B E   C H A N G E D!


NBUFS	EQU	6
NKEYS	EQU	3
NNSEC	EQU	4
NDATF	EQU	1


;
;
;::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
;::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

DGROUP	GROUP	IDATA

IDATA	DSEG	PUBLIC

	PUBLIC	AM8FCB,AM8END

AM8FCB	DW	0
	RS	(NKEYS*70)+(NDATF*198)+(NBUFS*((NNSEC*128)+60))
AM8END	DB	0

	END
«eof»