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

⟦78fc5adf2⟧ TextFile

    Length: 634 (0x27a)
    Types: TextFile
    Names: »DRIVERDEFINE.S«

Derivation

└─⟦f81e11cf7⟧ Bits:30005196 8" CR80 Floppy CR80FD_0194 ( CR/D/2497 TEST-TDX VS0102 Source moduler Att. Holger Bay 820208/AEK )
    └─⟦d066df9e9⟧ 
        └─ ⟦this⟧ »DRIVERDEFINE.S« 

TextFile

«ff»
"DRIVERDEFINE.S"
"----------------"

PROCEDURE INT_DRIVERDEFINE(PC, SP : INTEGER;VAR CC : COMPLETION_CODE);
"**********************************************************************
  AUTHOR:           TLM
  DATE:             810323
***********************************************************************
  COMMENTS:
**********************************************************************"
BEGIN
   FOR I := 1 TO 3 DO
      CURRENT_DRIVER.PNAME.NAME[I-1] := CODE[PC + XPARAMS + I];
   CURRENT_DRIVER.PNAME.NAME_IDENT := 0;
   FOR I := 1 TO 2 DO
      CURRENT_DRIVER.GNAME[I-1] := CODE[PC + XPARAMS + 5 + I];
END; " INT_DRIVERDEFINE " «a5»