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

Re: Applesoft BASIC coding



On Sat, 9 Sep 2006, Michael J. Mahon wrote:

Lyrical Nanoha wrote:
poke -16302,23

It's conventional to POKE 0, since only the address matters,
or even X=PEEK(49234), which is the same as X=PEEK(-16302).

Old habits die hard, and I've always used 23 for some reason...

-uso.