Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ppl:functions:peekb [2019/04/16 13:14] – created - external edit 127.0.0.1ppl:functions:peekb [2024/03/27 15:09] (current) stimpy
Line 1: Line 1:
 ====== PEEKB(var:integer) :INTEGER ====== ====== PEEKB(var:integer) :INTEGER ======
-Returns a byte value (0-255) located at memory address "var(PEEK is a synonym)  +Returns a //byte// value (0-255) located at memory address `var(PEEK is a synonym)  
  
-**See also:** PeekDW, PeekW, PokeB, PokeW, PokeDW+--- 
 +**See also:** [[ppl:functions:peekdw|PeekDW]][[ppl:functions:peekw|PeekW]][[ppl:statements:pokeb|PokeB]][[ppl:statements:pokew|PokeW]][[ppl:statements:pokedw|PokeDW]]