Home » Personal collection » Commodore disks » disk46a_green.d64 » datalines
datalines
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 disks » disk46a_green.d64 |
Filename: | datalines |
Read OK: | ✔ |
File size: | 0217 bytes |
Load address: | 0801 |
Exec address: | 0000 |
File contents
60000 INPUT"START ADDRESS";B 60010 INPUT"END ADDRESS ";E 60020 F=B:L=F+10 60030 INPUT"START LINE ";S 60040 INPUT"LINE INC ";T 60050 PRINT"<cursor down><cursor down><cursor down><cursor down>" 60060 POKE831,INT(E/256) 60070 POKE832,E-INT(E/256)*256 60080 POKE828,T:GOTO60160 60090 S=PEEK(826)*256+PEEK(827) 60100 T=PEEK(828) 60110 L=PEEK(829)*256+PEEK(830) 60120 E=PEEK(831)*256+PEEK(832) 60130 IF L>=E THEN 60270 60140 F=L+1:L=L+10 60150 PRINT"<cursor up> " 60160 PRINTS; 60170 PRINT"DATA"; 60180 FORP=FTOL:PRINTPEEK(P);"<cursor left>,";:NEXTP 60190 PRINT"<cursor left> " 60200 PRINT"GOTO60090<cursor up><cursor up><cursor up><cursor up>"; 60210 POKE198,2:POKE631,13:POKE632,13 60220 S=S+T 60230 POKE826,INT(S/256) 60240 POKE827,S-INT(S/256)*256 60250 POKE829,INT(L/256) 60260 POKE830,L-INT(L/256)*256:END 60270 STOP
`�"START ADDRESS";B /j�"END ADDRESS ";E >t�F�B:L�F�10 U~�"START LINE ";S l��"LINE INC ";T x��""