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

⟦9f3429405⟧ TextFile

    Length: 1390 (0x56e)
    Types: TextFile
    Names: »C_PARSER.IF«

Derivation

└─⟦e0c43619c⟧ Bits:30005797 CR80 Disc pack ( Vol:FNJ1 861029/EC CR80 S/W Package II+III+IV+V+VII )
    └─ ⟦this⟧ »CSP004_V0801.D!CSS210.D!C_PARSER.IF« 

TextFile

/*---------------------------------------------------------------------

  PROJECT:          MAINTENANCE

  MODULE NAME:      C PARSER
  MODULE ID NMB:    CSS 210
  MODULE VERSION:   601
  MODULE TYPE:      INTERFACE DESCRIPTION
  MODULE FILES:     1
  MERGE FILES:      0

  SPECIFICATIONS:   none
  AUTHOR/DATE:      PBI/860903

  DELIVERABLE:      NO
  SOURCE LANGUAGE:  CR80 C
  COMPILE COMPUTER: CR80
  TARGET COMPUTER:  CR80
  OPER. SYSTEM:     (M)XAMOS

-----------------------------------------------------------------------

  CHANGE RECORD:

  VERSION    AUTHOR/DATE    DESCRIPTION OF CHANGE
  -------    -----------    ---------------------


---------------------------------------------------------------------*/



  /* This module describes the function heads of the C_PARSER.LIB

  The functions contained in the module C_NEXTSYMBOL:

   nextsymb (attribut)
     short *attribut;


  The functions contained in the module C_PARSER

  resetprs ()


  parse ( itemsize, maxitems, nsptr, semptr, psbase, tptr )
  short itemsize;                     stack item size
  short maxitems;                     max stack items
  short (*nsptr)();                   pointer to function nextsymb
  short (*semptr)();                  pointer to function semantic
  int psbase;                         parse stack base
  struct tabhead *tptr;               pointer to parsetable head

*/