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

⟦900b0bdc6⟧ TextFile

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

Derivation

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

TextFile

0010 // "45-Hz"
0020 // BLINKFREKVENS:  44.9  blink/sek
0030 OPEN FILE 1,"/17/PORT", WRITE 
0040 REPEAT 
0050   PRINT FILE 1: CHR$(255);
0060   FOR pause:=1 TO 0 DO
0070   NEXT pause
0080   PRINT FILE 1: CHR$(0);
0090   FOR pause:=1 TO 0 DO
0100   NEXT pause
0110 UNTIL FALSE
0120 CLOSE FILE 1
0130 END 
▶19◀«eof»