DataMuseum.dk

Presents historical artifacts from the history of:

Zilog MCZ Floppy Disks

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

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦242ef3808⟧ TextFile

    Length: 206 (0xce)
    Types: TextFile
    Names: »NEW.REN.PROG.BP«

Derivation

└─⟦329ff8d5f⟧ Bits:30006811 8" ZilogMCZ floppy NThun_0013 (SYSTEM MCZ 1/05)
    └─ ⟦this⟧ »NEW.REN.PROG.BP« 

TextFile

   3 LET A%=1
   5 DIM A$(55)
  10 FILE #1;"KORT.OLD;REC=52"
  15 IF EOF(1) THEN PRINT "END OF FILE !"
  20 LINPUT #1;A$(1)
  30 PRINT A$(1)
  32 LET A%=A%+1
  33 IF A%<15 THEN   15
  35 CLOSE #1
  40 END