Expand description
0x03 Memory operations (store/load, stack, allocation)
0x0301store_words:target[start:end]0x0302load_words:target[start:end]0x0303get_memory_size:target0x0304store_floats:target[start:end]0x0305load_floats:target[start:end]
Constants§
Functions§
- get_
memory_ size 0x0303get_memory_size:target- load_
floats 0x0305load_floats:target[start:end]- load_
words 0x0302load_words:target[start:end]- operation_
set - Returns memory operations.
- store_
floats 0x0304store_floats:target[start:end]- store_
words 0x0301store_words:target[start:end]