DataMuseum.dk

Presents historical artifacts from the history of:

CR80 Hard and Floppy Disks

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

See our Wiki for more about CR80 Hard and Floppy Disks

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦84fe787b2⟧ TextFile

    Length: 1022 (0x3fe)
    Types: TextFile
    Names: »TYPES.S«

Derivation

└─⟦8c095a7f3⟧ Bits:30005798 CR80 Disc Pack ( Vol ILS systemdisk XAMOS TOS 10:01 hard boot #43c 19-7-87/JFJ )
    └─ ⟦this⟧ »PREFIXES.D!XAMOS.D!PARSER.D!V0202.D!PASCAL.D!TYPES.S« 
    └─ ⟦this⟧ »PREFIXES.D!XAMOS.D!PARSER.D!V02CT.D!PASCAL.D!TYPES.S« 
└─⟦c2e810e96⟧ Bits:30005799 CR80 Disc Pack ( XAMOS 841129 ILS TOS 10-01 System Disk Tilhører ILS/MSG hard boot boot entry #43c )
    └─ ⟦this⟧ »PREFIXES.D!XAMOS.D!PARSER.D!V0202.D!PASCAL.D!TYPES.S« 
    └─ ⟦this⟧ »PREFIXES.D!XAMOS.D!PARSER.D!V02CT.D!PASCAL.D!TYPES.S« 

TextFile

"-----------------------------------------------------------------------
,
,
,  MODULE NAME:      BOTTOM UP PARSER TYPES
,  MODULE ID NMB:    CSS/210
,  MODULE VERSION:   0201
,  MODULE TYPE:      MERGE FILE
,  MERGE  FILES:     -
,
,  SPECIFICATIONS:   -
,  AUTHOR/DATE:      LKN/800627
,
,  DELIVERABLE:      YES
,  SOURCE LANGUAGE:  PASCAL
,  COMPILE COMPUTER: CR80
,  TARGET COMPUTER:  CR80
,  OPER. SYSTEM:     -
,
,-----------------------------------------------------------------------
,
,  CHANGE RECORD
,
,  VERSION    AUTHOR/DATE    DESCRIPTION OF CHANGE
,  -------    -----------    ---------------------

    V0201     HVE/831201     SUPPORT OF PARSERGEN VERSION: 0201

,
,-----------------------------------------------------------------------
,PAGE"«ff»
TYPE
  PRS_SCANENTRY_TYPE =
    RECORD
      SYMBOL, CH: INTEGER;
      ALTERNATIVE, NEXT: INTEGER
    END;
  PRS_ACTIONENTRY_TYPE =
    RECORD
      SYMBACTION, OBJECT: INTEGER
    END;
  PRS_PRODENTRY_TYPE =
    RECORD
      SYMBLENGTH: INTEGER
    END; ;