PEEK and POKE RUN 9020 will PEEK a specified memory location. The program will ask you if you wish to read a single byte or double byte, and then returns with a decimal number in the range 0 to 255 in the case of the former and 0 to 65535 in the case of the latter. RUN 9030 will POKE a decimal number in the range 0 to 65535 into a specified memory location. Numbers greater than 255 will automatically be entered correctly into two consecutive memory locations.