Make BC Spaces
Creates BC free locations in the workspace
Categories:
Function | Address | Description |
---|---|---|
RST_6 | 0030 | FP Calculator |
RST 6
reserves memory in the workspace
On Entry
BC
holds the number of bytes to create
On Exit
DE
holds the first byte of the new free space.
HL
holds the last byte of the new free space.
Last modified November 4, 2021: Add initial OS API calls (c7bd5ac)