Table of Contents

ugBASIC User Manual

BANK

SYNTAX

   BANK id

PURPOSE

The BANK command allows you to change the currently selected bank. All operations that are performed on the banks, and that do not explicitly indicate the bank to operate on, work with the implicit bank, which is set by this command. The minimum bank number is zero (0) while the maximum is equal to BANK COUNT - 1.

EXAMPLE

  BANK #1

ABBREVIATION

 Bk

AVAILABLE ON

SEE ALSO

BANK COUNT (constant)

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