|
Command |
Stack Diagram |
Description |
|---|---|---|
| alloc-mem |
( size -- virt ) |
Allocate and map size bytes of available memory; return the virtual address. Unmap with free-mem. |
| free-mem |
( virt size -- ) |
Free memory allocated by alloc-mem. |
| map? |
( virt -- ) |
Display memory map information for the virtual address. |