Difference between revisions of "AMOSi:Bank Shrink"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
(Extracted from the AMOSPro V2.00 helpfile)
(No difference)

Revision as of 02:45, 17 November 2007

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