DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC3600/RC7000

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

See our Wiki for more about RegneCentralen RC3600/RC7000

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦287457a48⟧ TextFile

    Length: 293 (0x125)
    Types: TextFile
    Notes: BASIC::ENTRYUD, ENTRYUD 
    Names: »ENTRYUD«

Derivation

└─⟦714f3848e⟧ Bits:30006597 ALM Copy 24.9.79
    └─⟦this⟧ »BASIC::ENTRYUD« 

TextFile

«ff»
  0005 PRINT "ENTRIES I CO10   CROSSREFERENCE   CB/30.11.79<10>"
  0008 DIM A$(5)
  0010 CONNECT "ASS"
  0020 OPEN FILE(1,4)"CO10.ENT"
  0030 FOR I=1 TO 279
  0040   READ FILE(1,I)A,A$
  0050   PRINT USING "#####  ##/#/##    ",A$,A DIV 256,A MOD 256 DIV 64+1,A MOD 100;
  0060 NEXT I