Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.
Amirerfan Rafati edited this page Feb 22, 2021 · 5 revisions

Any read(Building memoryCell, number position)

reads data from memory memoryCell at position and returns the value.

Example:

x = read(cell1, 8);

Compiled example in mlog:

read ASSIGNCON cell1 8
set x ASSIGNCON
Clone this wiki locally