Crate atlas_program_memory

Crate atlas_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§

atlas_memcmp
Like C memcmp.
atlas_memcpy
Like C memcpy.
atlas_memmove
Like C memmove.
atlas_memset
Like C memset.