AMOSi:Set Equate Bank

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

Allocates a memory bank for use by the automatic equate system. It should be called up BEFORE the first equate in your program, preferably near the beginning.


bank_number is the number of a memory bank to be used for your equates,ranging from 1 to 65535. Beware! Any bank of the same number WILL BE ERASED when the equates are installed in memory, WITHOUT warning!


Set Equate Bank bank_number