DataMuseum.dk

Presents historical artifacts from the history of:

Bogika Butler

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

See our Wiki for more about Bogika Butler

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦5a0b2c8cd⟧ TextFile

    Length: 1536 (0x600)
    Types: TextFile
    Names: »LNKDC00A.PAS«

Derivation

└─⟦2079929d2⟧ Bits:30009789/_.ft.Ibm2.50006583.imd Mogens Pelles Zilog 80,000 / EOS projekt
    └─⟦this⟧ »LNKDC00A.PAS« 
└─⟦243948191⟧ Bits:30009789/_.ft.Ibm2.50007349.imd Mogens Pelles Zilog 80,000 / EOS projekt
    └─⟦this⟧ »LNKDC00A.PAS« 
└─⟦94d85ef43⟧ Bits:30009789/_.ft.Ibm2.50006584.imd Mogens Pelles Zilog 80,000 / EOS projekt
    └─⟦this⟧ »LNKDC00A.PAS« 

TextFile

(******************************************************************************)
(*                                                                            *)
(*   Copyright (1985) by Metanic Aps., Denmark                                *)
(*                                                                            *)
(*   Author: Lars Gregers Jakobsen.                                           *)
(*                                                                            *)
(******************************************************************************)

(* $I B:LNKDC0-0.pas  Configuration Constants *)

      ConfigurationNo = 'C0A CP/M';

      CommandLineLength = 127;
      FileNameLength = 14;
      MaxSymbolNameIndex = 2; (*?*)
      MaxNooInputFiles = 2; (*?*)
      MaxNooModules = 2;    (*?*)
      MaxNooSections = 2;   (*?*)
      MaxNooSegments = 3;   (*?*)
      MaxNooSymbols = 7;    (*?*)
      MaxNooExternalImportSymbols = 4; (*?*)
      MaxNameTableIndex = 17; (*?*)
      MaxHeapIndex = 3; (* >= MaxNooModules + 1 *)
      OM_Format1 = 1;
      OF_Format1 = 1;
      LogFilePageSize = 65; (*First line is #1. Last line is #65*)

(*                                                                            *)
(*                                                                            *)
(******************************************************************************)
«eof»