[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apple ][ Train



On Apr 22, 10:14 pm, "Bill Buckels" <bbuck...@mts.net> wrote:
> >NOTE:  This leaves disk 2 spinning until you stop it with a RESET once X
> >gets to 255.
> >if you let the program finish by itself, then drive 2 just keeps spinning
> >until you hit CNTRL-Reset.
>
> Dan also points out:
>
> >The name also has a TL: at the beginning signifying that it is a 2 line
> >(TL) program although the code takes less than 1/2 a line to enter.

Fixed, and shorter. ;-)

1 HOME :
FOR X = 150 TO 255:
SPEED= X:
POKE 49385,0:
POKE 49386,0:
PRINT "CHUGGA";:
POKE 49387,0:
NEXT :
POKE 49384,0 :
REM AJIT JOSHI--CANTON,MI

Cheers,
Nick.