Module 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.

Functions§

cbe_memcmp
Like C memcmp.
cbe_memcpy
Like C memcpy.
cbe_memmove
Like C memmove.
cbe_memset
Like C memset.