AMOSi:Bank Shrink

From Amiga Coding
Revision as of 01:51, 17 November 2007 by Spellcoder (talk | contribs) (1 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Reduces the size of a previously defined memory bank, returning any unused memory to your Basic program.


Bank Shrink bank_no To new_length

bank_no is an already reserved memory bank. Note: This instruction does not work with object and icon banks


new_length = the new size of the bank.
It must be smaller than the Current length..