[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how do you do a BASIC POKE?
The Applesoft POKE command is used to set a specific memory location to a specific
value. In the example given (POKE 3678,255), location (L) 3678 is set to a value
(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.
Your game is probably using L 3678 to store some sort of validity check, if it
doesn't like the value it finds there, it wont run.
ALXSK8 wrote:
> I got this cheat for an old apple 2 game but i dont know how to do a poke.
> this is what the message said to do dose anyone understand this?:"Load or reset
> the game, then execute the following BASIC command before running or restarting
> the program. POKE 3678,255 "
--
Doug Browning
dougbrow@mb.imag.net
www.mb.imag.net/~wpg750