Table of Contents

ugBASIC User Manual

BANK...AT

SYNTAX

   BANK [identifier] AT #address [ AS bankType ] [ WITH filename ]

PURPOSE

Define a bank of memory named “identifier”, starting from “address” and of type “bankType”. Optionally, fill the bank of memory with static data coming from a specific “filename”.

Available “bankType”:

If “identifier” is missing, the bank will have an unique name. If “bankType” is missing, the default type is DATA. If “filename” is missing, the default is a simply memory reservation.

EXAMPLE

  BANK VARIABLES AT $c000

ABBREVIATION

 Bk...At

AVAILABLE ON

SEE ALSO

VAR

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY