= BANK SIZE(#bank) = BANK SIZE(bank)
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.
PRINT BANK SIZE(#2) y = BANK SIZE(banco)
Bk Sz
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!