DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

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

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦d1d076097⟧ TextFile

    Length: 384 (0x180)
    Types: TextFile
    Names: »39-HZ«

Derivation

└─⟦be08f6879⟧ Bits:30003899/Brug_pæren_lærer-tekst.imd Brug pæren Rev. 1.0 (Piccolo)
    └─⟦this⟧ »39-HZ« 

TextFile

0010 // "39-Hz"
0020 // BLINKFREKVENS:  39.2  blink/sek
0030 OPEN FILE 1,"/17/PORT", WRITE 
0040 REPEAT 
0050   EXEC ud(255)
0060   EXEC ud(0)
0070 UNTIL FALSE
0080 CLOSE FILE 1
0100 END 
0110 //
0120 PROC ud(dectal)
0130   PRINT FILE 1: CHR$(dectal);
0140 ENDPROC ud
▶19◀«eof»