User Tools

Site Tools


ugbasic:user:kw:bank_size
Translations of this page:


ugBASIC User Manual

BANK SIZE

SYNTAX

   = BANK SIZE(#bank)
   = BANK SIZE(bank)

PURPOSE

The BANK SIZE returns the size of the shared memory area for the bank, that is the memory area reachable by the CPU and on which it is “mapped” to the main memory.

If you want to copy data from the bank or to the bank, this is the maximum size to copy.

EXAMPLE

  PRINT BANK SIZE(#2)
  y = BANK SIZE(banco)

ABBREVIATION

 Bk Sz

AVAILABLE ON

  • Olivetti Prodest PC128

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