< Back

Console API

Built-in functions

Memory i/o

The m.<func> set of functions allows you to interact with the memory of the microprocessor.

m.r(address)

m.w(address, data)


Register i/o

The r.<func> set of functions allows you to interact with the registers of the microprocessor.

r.r(register)

r.w(register, data)


require(library)

error(message)

info(message)

warn(message)

Helper libraries

All Libraries available to the editor scripts are also available to the console. See editor-api.