Crate trezoa_program_memory

Crate trezoa_program_memory 

Source
Expand description

Basic low-level memory operations.

Within the SBF environment, these are implemented as syscalls and executed by the runtime in native code.

Modules§

stubs

Functions§

trz_memcmp
Like C memcmp.
trz_memcpy
Like C memcpy.
trz_memmove
Like C memmove.
trz_memset
Like C memset.