Integer BASIC: How to PEEK and POKE location 32768
Integer BASIC numbers are limited to the range -32767 to 32767.
You can still access location 32768 by using -32767-1.
PRINT PEEK (-32767-1)
POKE -32767-1,0
Published Date: Feb 20, 2012
Still need help?