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

⟦1e4830d52⟧ TextFile

    Length: 600 (0x258)
    Types: TextFile
    Names: »CONSOLE_OUT.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⟧ »CONSOLE_OUT.S« 

TextFile

«ff»
"CONSOLE_OUT.S"
"----------------"

PROCEDURE INT_CONSOLE_OUT(PC, SP : INTEGER;VAR CC : COMPLETION_CODE);
"**********************************************************************
  AUTHOR:           YY
  DATE:             YY
***********************************************************************
  COMMENTS:
**********************************************************************"
BEGIN
   DISCONNECT_OUTSTREAM(F);
   CONNECT_OUTSTREAM(PARAM.OFILE);
   OUTFILE := PARAM.OFILE;
   GIVEN[OFILE] := FALSE;
   WRITETEXT('TDX TEST CONTINUING ON CONSOLE(:7:)(:0:)');
   WRITENL;
END; " INT_CONSOLE_OUT " «a5»