PEEKS_L

Syntax

PEEKS(address) where address=0,1,2,3,… and

PEEKS_W(address) where address=0,2,4,6,… and

PEEKS_L(address) where address=0,2,4,6,…

Location

SMSQ/E and ATARI_REXT v2.17+

These three functions are only of any use on the Atari series of computers. They are the same as the normal forms of PEEK, PEEK_W and PEEK_L, except that they operate in Supervisor Mode and can therefore be used to read data direct from the Atari’s IO hardware. On all other implementations they are the same as PEEK, PEEK_W and PEEK_L.

CROSS-REFERENCE

See PEEK. POKES is the complementary command. See PROT_MEM also.