Posted By
retro64128 on 2017-05-22 16:35:29
| C16 plus4 OLD command
OLD command for C16 and Plus4 SAVE TO CASS OR DISC BEFORE RUNNING IN MONITOR
S”old”,01,065E,06C9 CASS S”old”,08,065E,06C9 DISC
THIS PROGRAM WILL WORK IF YOU TYPE NEW OR PRESS THE RESET BUTTON
100 FOR I = 1630 TO 1630+106 110 READ A 120 POKE I,A 130 C=C+A 140 NEXT I 150 IF C<>10560 THEN PRINT “ERROR” : STOP 160 DATA 165,43,133,3,165,44,133,4,160,4,177,3,240,3,200,20 170 DATA 249,200,152,32,189,6,160,0,165,3,145,43,200,165,4,145 180 DATA 43,200,169,015,43,200,145,43,165,43,133,3,165,44,133 190 DATA 4,160,0,169,4,32,189,6,177,3,240,7,32,187,6,169 200 DATA 0,240,245,32,187,6,177,3,240,169,0,240,234.32.187 210 DATA 6,32,187,6,165,3,133,45,165,4,133,46,96,169,1,24 220 DATA 101,3,133,3,169,0,101,4,133,4,96
FOR OLD COMMAND TO WORK TYPE IN SYS1630
|
|
Posted By
RKSoft on 2017-05-22 16:55:54
| Re: C16 plus4 OLD command
Nice, thanks for sharing
|
|
Posted By
bubis on 2017-05-22 17:00:20
| Re: C16 plus4 OLD command
What is this?
|
|
Posted By
Luca on 2017-05-22 17:27:26
| Re: C16 plus4 OLD command
As I've just pointed out here right under your previous thread, you've posted "Old", a published type-in in C16/MSX 16 paper, here.
|
|
Posted By
retro64128 on 2017-05-22 18:15:11
| Re: C16 plus4 OLD command
The program OLD did not come from that in its original form, I typet it in from a translated version. I suppose I am in trouble right?
|
|
Posted By
bubis on 2017-05-22 19:03:23
| Re: C16 plus4 OLD command
Don't mess with Italians!
|
|
Posted By
JamesC on 2017-05-22 19:27:05
| Re: C16 plus4 OLD command
Retro - you're not in trouble. Csabo and Luca are the site admins, and Csabo asked for a scan of the program listing in the previous thread.
So if you can provide one (and ideally specify what magazine or book you found this listing in), it would help fill in some details in this site's Software database.
Our general MO is to list the original or first publication of a program, then link derivatives or republications under that original. This helps us credit the original author and/or publication, as well as avoid duplicate database entries.
|
|
|