[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how do you do a BASIC POKE?
Ooops... Can you tell it's been awhile since I've done BASIC memory accesses?
David Wilson wrote:
> Doug Browning <wpg750@mb.imag.net> writes:
> >(V) of 255. Also usful is the PEEK command, which reads the value of a specific
> >location. In the above example, "PRINT: PEEK 3678" should display the value 255.
>
> It will work better if you type:
>
> PRINT PEEK(3678)
>
> at the ] prompt.
> --
> David Wilson School of IT & CS, Uni of Wollongong, Australia
--
Doug Browning
dougbrow@mb.imag.net
www.mb.imag.net/~wpg750