Home » Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape07b_c16_d90_ages_b.wav » secret-1
secret-1
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_tape07b_c16_d90_ages_b.wav |
Filename: | secret-1 |
Read OK: | ✔ |
File size: | 021F bytes |
Load address: | 1001 |
Exec address: | 0000 |
File contents
0 SCNCLR 1 COLOR 0,2:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT 2 COLOR 1,1:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT 3 GRAPHIC 2,1 4 COLOR 0,6 5 PRINT" MENU" 6 PRINT" 1. DRAW LINES" 7 PRINT" 2. FILL IN" 8 PRINT" 3. TEST" 9 PRINT" 4. CLEAR"; 10 GETKEY A$ 11 IF A$="1"THEN 16 12 IF A$="2"THEN 13 IF A$="3"THEN 14 IF A$="4"THEN RUN 15 PRINT:GOTO 5 16 PRINT:PRINT:PRINT:PRINT:PRINT:PRINT"START OF LINE" 17 INPUT"ROW DOWN 1-260";A$ 18 INPUT"ROW ACROSS 1-300";B$ 19 PRINT"END OF LINE" 20 INPUT"ROW DOWN 1-260";C$ 21 INPUT"ROW ACROSS 1-300";D$ 22 IF A$>260 THEN 16 23 IF C$>260 THEN 16 24 IF B$>300 THEN 16 25 IF D$>300 THEN 16
� % � 0,2:�:�:�:�:�:�:�:�:�:� C � 1,1:�:�:�:�:�:�:�:�:�:� M � 2,1 W � 0,6 t �" MENU"