DataMuseum.dk

Presents historical artifacts from the history of:

Christian Rovsing CR7, CR8 & CR16 CP/M

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

See our Wiki for more about Christian Rovsing CR7, CR8 & CR16 CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦c69db450f⟧ TextFile

    Length: 256 (0x100)
    Types: TextFile
    Names: »ASCII.BAS«

Derivation

└─⟦69a509965⟧ Bits:30005211 CR8 BASIC Games
    └─ ⟦this⟧ »ASCII.BAS« 

TextFile

10 FOR I = 1 TO 127
20 PRINT I;CHR$(I);I
30 NEXT I
40 PRINT
50 INPUT "INPUT ASCII NUMBER(0 to quit)";J
60 IF J < 1 OR J > 256 THEN 90
70 PRINT"/";CHR$(J);"/"
80 GOTO 50
90 RUN "MENU"
«eof»