This command can be used to create a new memory-based bank of the required size, and to copy the contents of the source bank into that bank.
In the first form of this command, the whole of the source bank will be loaded into the target bank. The size of the target bank will be the same as the size of the source bank.
In the second form of this command, the selected portion of the source bank will be loaded into the target bank. The size of the target bank 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. |