PEEK¶
Function¶
PEEK fetches the value of a designated byte in HUNTER’s memory.
Syntax¶
PEEK (ADDRESS)
where ADDRESS is a numeric expression.
Examples¶
PRINT PEEK (17933)
prints the value of location 17933 (in decimal) on the LCD screen.
Remarks¶
PEEK requires the decimal value of the required memory location as an argument. See also DEFSEG to set the page address.