This is an old revision of the document!
Write one byte into the simulated 55 KiB SRAM heap.
from cubloc import HeapW HeapW(address: int, data: int)
Heap address
address
data
from cubloc import HeapW # Example usage HeapW(1, 1)