Back to The Mock Turtle Elsewhere Solution
Assemble Me

Help! I just found this program in an unpublished issue of RUN magazine, but I can't seem to get it to work! I think the editors may have mixed up some of the data lines. I guess that's why the issue never made it to print!

10 X=0
20 READ Y
30 IF Y=256 GOTO 70
40 POKE 49152+X,Y
50 X=X+1
60 GOTO 20
70 SYS 49152
80 END
90 REM ASSEMBLE ME DATA
??? DATA 121,96,192,153,0,193,200,192,35,208,240
??? DATA 144,2,169,42,32,210,255,200
??? DATA 162,0,160,0,169,32,24,30,0,193
??? DATA 162,0,185,64,192,32,210,255,200,192,32
??? DATA 192,8,208,238,232,224,35
??? DATA 208,231,169,13,32,210,255,96
??? DATA 208,245,160,0,24,152,121,129,235
170 DATA 147,13,84,72,69,32,65,78,83,87,69,82,32,84,79,32
180 DATA 84,72,69,32,80,85,90,90,76,69,32,73,83,58,13,13
190 DATA 234,240,225,241,117,133,131,232,71,32,197,209,154
200 DATA 34,45,0,203,155,38,179,185,181,150,19,179,158,175
210 DATA 173,36,157,157,137,167,18,144
220 DATA 256

VICE emulator: a useful resource for this puzzle
Click here for some additional helpful tips.