SpiderBasic - Memory

Overview

Sometimes, it's useful have dynamically allocated block to deal with unknown number of data. SpiderBasic already provides built-in list and map for this, but this library allows for more flexibility.

Command Index

AllocateMemory
AllocateStructure
CompareMemory
FreeMemory
FreeStructure
MemorySize
PeekA
PeekB
PeekC
PeekD
PeekF
PeekL
PeekS
PeekU
PeekW
PokeA
PokeB
PokeC
PokeD
PokeF
PokeL
PokeS
PokeU
PokeW
ReAllocateMemory

Example

Memory.sb

Supported OS

All

Reference Manual - Index