Callback_stg_vm_read()
Description: |
Callback procedure, should implement necessary code for reading a byte of data from "custom" volatile memory. Needed only when the Custom RAM option is enabled. Procedure body has to be created elsewhere in the project (externally with respect to the library). |
Syntax: |
function callback_stg_vm_read(address as word) as byte |
Returns: |
--- |
See Also: |
Parameter |
Description |
address |
Memory address to read. |