Home » Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape04b_c16_c60_computer_tape_1.wav » commands3
commands3
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: | commands3 |
Read OK: | ✔ |
File size: | 0ADB 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" 1010 PRINT"?RETURN WITHOUT GOSUB ERROR" 1020 PRINT"?OUT OF DATA ERROR" 1030 PRINT"?ILLEGAL QUANTITY ERROR" 1040 PRINT"?OVERFLOW ERROR" 1050 PRINT"?OUT OF MEMORY ERROR" 1060 PRINT"?UNDEF'D STATEMENT ERROR" 1070 PRINT"?BAD SUBSCRIPT ERROR" 1080 PRINT"?REDIM'D ARRAY ERROR" 1090 PRINT"?DIVISION BY ZERO ERROR" 1100 PRINT"?ILLEGAL DIRECT ERROR" 1110 PRINT"?TYPE MISMATCH ERROR" 1120 PRINT"?STRING TOO LONG ERROR" 1130 PRINT"?FILE DATA ERROR" 1140 PRINT"?FORMULA TOO COMPLEX ERROR" 1150 PRINT"?CAN'T CONTINUE ERROR" 1160 PRINT"?UNDEF'D FUNCTION ERROR" 1170 PRINT"?VERIFY ERROR" 1180 PRINT"?LOAD ERROR" 1190 PRINT"?BREAK ERROR" 1200 PRINT"?CAN'T RESUME ERROR" 1210 PRINT"?LOOP NOT FOUND ERROR" 1220 PRINT"?LOOP WITHOUT DO ERROR" 1230 PRINT"?DIRECT MODE ONLY ERROR" 1240 PRINT"?NO GRAPHICS AREA ERROR" 1250 PRINT"?BAD DISK ERROR" 1260 PRINT"?READ ERROR" 1270 PRINT"?WRITE ERROR" 1280 PRINT"?WRITE PROTECT ON ERROR" 1290 PRINT"?DISK ID MISMATCH" 1300 PRINT"?RECORD NOT PRESENT ERROR" 1310 PRINT"?OVERFLOW IN RECORD ERROR" 1320 PRINT"?FILE TOO LARGE ERROR" 1330 PRINT"?WRITE FILE OPEN ERROR" 1340 PRINT"?FILE NOT OPEN ERROR" 1350 PRINT"?FILE EXISTS ERROR" 1360 PRINT"?FILE TYPE MISMATACH ERROR" 1370 PRINT"?NO BLOCK ERROR" 1380 PRINT"?ILLEGAL TRACK AND SECTOR ERROR" 1390 PRINT"?ILLEGAL SYSTEM T OR S ERROR" 1400 PRINT"?NO CHANNEL" 1410 PRINT"?DIRECTORY ERROR" 1420 PRINT"?DISK FULL ERROR" 1430 PRINT"?DOS MISMATCH" 1440 PRINT"?DRIVE NOT READY ERROR"
� � 4,7,6 � 0,7,6 )( � 1,1 >2 �"MEMORY EDITOR"