|
Callback_stg_vm_write() |
Top Previous Next |
Description: |
Callback procedure, should implement necessary code for writing a byte of data to "custom" volatile memory. Invoked only when STG_RAM_TYPE is 1. Procedure body has to be created elsewhere in the project (externally with respect to the library). |
Syntax: |
sub callback_stg_vm_write(data_to_write as byte, address as word) |
Returns: |
--- |
See Also: |
Part |
Description |
data_to_write |
Data byte to save to the "custom" volatile memory. |
address |
Memory address to write. |
Details
---