Home » Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape04b_c16_c60_computer_tape_1.wav » commands2
commands2
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape04b_c16_c60_computer_tape_1.wav |
Filename: | commands2 |
Read OK: | ✔ |
File size: | 0615 bytes |
Load address: | 1001 |
Exec address: | 0000 |
File contents
10 SCNCLR 20 COLOR 4,7,6 30 COLOR 0,7,6 40 COLOR 1,1 50 PRINT"MEMORY EDITOR" 60 PRINT"HIT ANY KEY" 70 GETKEY A$ 80 SCNCLR 90 PRINT"(C) COMMODORE 16" 100 PRINT"READY." 110 PRINT"COMMODORE BASIC V3.5 12277 BYTES FREE" 120 PRINT"BACKUP" 130 PRINT"COLLECT" 140 PRINT"CONT" 150 PRINT"COPY" 160 PRINT"DELETE" 170 PRINT"DIRECTORY" 180 PRINT"DLOAD" 190 PRINT"DSAVE" 200 PRINT"HEADER" 210 PRINT"HELP" 220 PRINT"KEY" 230 PRINT"LIST" 240 PRINT"LOAD" 250 PRINT"NEW" 260 PRINT"RENAME" 270 PRINT"RENUMBER" 280 PRINT"RUN" 290 PRINT"SAVE" 300 PRINT"SCRATCH" 310 PRINT"VERIFY" 320 PRINT"CHAR" 330 PRINT"CIRCLE" 340 PRINT"CLOSE" 350 PRINT"CLR" 360 PRINT"CMD" 370 PRINT"COLOR" 380 PRINT"DATA" 390 PRINT"DEF FN" 400 PRINT"DIM" 410 PRINT"LOOP" 420 PRINT"DO" 430 PRINT"DRAW" 440 PRINT"END" 450 PRINT"FOR" 460 PRINT"GET" 470 PRINT"GETKEY" 480 PRINT"GET#" 490 PRINT"GOSUB" 500 PRINT"GOTO" 510 PRINT"GRAPHIC" 520 PRINT"GRAPHIC CLR" 530 PRINT"IF" 540 PRINT"INPUT" 550 PRINT"INPUT#" 560 PRINT"LET" 570 PRINT"LOCATE" 580 PRINT"MONITOR" 590 PRINT"ON" 600 PRINT"OPEN" 610 PRINT"PAINT" 620 PRINT"POKE" 630 PRINT"PRINT" 640 PRINT"PRINT#" 650 PRINT"PRINT USING" 660 PRINT"READ" 670 PRINT"REM" 680 PRINT"RESTORE" 690 PRINT"RESUME" 700 PRINT"RETURN" 710 PRINT"SCALE" 720 PRINT"SCNCLR" 730 PRINT"SOUND" 740 PRINT"SSHAPE/GSHAPE" 750 PRINT"STOP" 760 PRINT"SYS" 770 PRINT"TRAP" 780 PRINT"TRON" 790 PRINT"TROFF" 800 PRINT"VOL" 810 PRINT"WAIT" 820 PRINT"PRESS PLAY ON TAPE" 830 PRINT"SEARCHING" 840 PRINT"OK" 850 PRINT"PRESS PLAY & RECORD ON TAPE" 860 PRINT"SAVING" 870 PRINT"FOUND" 880 PRINT"LOADING" 890 PRINT"VERIFYING" 900 PRINT"?TOO MANY FILES ERROR" 910 PRINT"?FILE OPEN ERROR" 920 PRINT"?FILE NOT OPEN ERROR" 930 PRINT"?FILE NOT FOUND ERROR" 940 PRINT"?DEVICE NOT PRESENT ERROR" 950 PRINT"?NOT INPUT FILE ERROR" 960 PRINT"?NOT OUTPUT FILE ERROR" 970 PRINT"?MISSING FILE NAME ERROR" 980 PRINT"?ILLEGAL DEVICE NUMBER ERROR" 990 PRINT"?NEXT WITHOUT FOR ERROR" 1000 PRINT"?SYNTAX ERROR"
� � 4,7,6 � 0,7,6 )( � 1,1 >2 �"MEMORY EDITOR"