This command can be used to create a memblock of the required size, and to copy the contents of the bank into that memblock.
In the first form of this command, the whole of the bank will be loaded into the memblock. The size of the memblock will be the same as the size of the bank.
In the second form of this command, the selected portion of the bank will be loaded into the memblock. The size of the memblock will be the same as the number of bytes copied. If you specify a position and size that causes the copy to go past the end of the source bank, a runtime error will be triggered. |