|
Callback_stg_vm_read() |
Top Previous Next |
Description: |
Callback procedure, should implement necessary code for reading a byte of data from "custom" volatile memory. Needed only when STG_RAM_TYPE is 1. 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: |
Part |
Description |
address |
Memory address to read. |
Details
---