User Tools

Site Tools

한국어

logicpython:cubloc_api:heap

This is an old revision of the document!


Heap

Read one byte from the simulated 55 KiB SRAM heap.

Syntax

from cubloc import Heap
 
Heap(address: int)

Parameters

  • address: Heap address (0 to 56319).

Return Value

Returns the byte value stored at the requested heap address.

Exceptions

Example

from cubloc import Heap
 
# Example usage
result = Heap(1)
print(result)
logicpython/cubloc_api/heap.1775786798.txt.gz · Last modified: by 127.0.0.1