Callback_stg_vm_write()

Description:

Callback procedure, should implement necessary code for writing a byte of data to "custom" volatile memory. Invoked 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:

sub callback_stg_vm_write(data_to_write as byte, address as word)

Returns:

---

See Also:

Operation Details


Parameter

Description

data_to_write

Data byte to save to the "custom" volatile memory.

address

Memory address to write.