Go to the source code of this file.
◆ peek_var()
Emit ASM code for PEEK(...).
This function outputs valid code to retrieve a byte from memory, and returns it as a temporary variable. This version is valid for use where the location to be read is an expression
- Parameters
-
| _environment | Current calling environment |
| _location | Expression with the location to read from. |
- Returns
- Variable* Temporary variable with the content of the location (1 byte).
Definition at line 130 of file peek.c.
◆ peekd_var()
◆ peekw_var()