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

Re: Applesoft BASIC



Jerry wrote:
> Also, when you change $67-$68 (103-104), you have to poke a zero at the
> address prior.  So for starting your program at $4000:
>
>    POKE 103,1
>    POKE 104,64
>    POKE 16384,0
>    NEW

Ack!  That last poke a completely forgot about.  Thanks.

-- Mark

DiskMaker 8

http://www.syndicomm.com/~mark/DM8/