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 - download

⟦66e8206a6⟧ TextFile

    Length: 384 (0x180)
    Types: TextFile
    Names: »POUT«

Derivation

└─⟦00255762f⟧ Bits:30003588 ID-Comal til COMAL-80 Konverteringsprogram
    └─ ⟦this⟧ »POUT« 

TextFile

0010 //
0020 PROC pout(port,value) CLOSED
0030   //
0040   // STRØM 5 MÅ IKKE BENYTTES I HOVEDPROGRAM
0050   //
0060   OPEN FILE 5,"/"+STR$(port)+"/port", WRITE 
0070   PRINT FILE 5: CHR$(value),
0080   CLOSE FILE 5
0090   //
0100 ENDPROC pout
0110 //
▶19◀«eof»