Home » Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape10b_d46_c16_ghost_maze.wav » momory
momory
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_tape10b_d46_c16_ghost_maze.wav |
Filename: | momory |
Read OK: | ✔ |
File size: | 018C bytes |
Load address: | 1001 |
Exec address: | 0000 |
File contents
10 INPUT"UP KEY"; U$ 20 INPUT"DOWN KEY"; D$ 30 IF U$=D$ THEN RUN 40 PAGE=0 50 CLR:SCNCLR:FOR A=1 TO 25:PRINT:NEXT 55 IF A<0 THEN 120 60 PRINT">";A; 70 PRINTTAB(5);PEEK(A);TAB(9);PEEK(A+1);TAB(13);PEEK(A+2);TAB(17);PEEK(A+3); 80 POKE 4071,PEEK(A+3) 90 POKE 4070,PEEK(A+2) 100 POKE4069,PEEK(A+1) 110 POKE4068,PEEK(A) 115 PRINT 120 GETKEY MN$ 130 IF MN$=D$ THEN GOTO 160 140 IF MN$=U$ THEN GOTO 180 150 IF MN$="0" THEN 200 155 GOTO 120 160 A=A-4 165 IF A<0 THEN A=0 170 GOTO 55 180 A=A+4 190 GOTO 55 200 INPUT A 210 GOTO 60
�"UP KEY"; U$ ' �"DOWN KEY"; D$ 7 � U$�D$ � � B( PAGE�0 Y2 �:�:� A�1 � 25:�:� i7 � A�0 � 120 u<