|
CopyBank | ||
CopyBank SrcBank, DestBank | ||
Parameters: SrcBank = The index of the bank you wish to copy DestBank = The index of a free bank you wish to copy to |
||
Returns: NONE | ||
CopyBank duplicates the contents of one memory bank to another. While CopyBank expects you to provide it with the index of destination bank, the destination bank can either be created by you, or it will create it for you prior to copying. FACTS: * After copying the destination bank will be identical to the source. Mini Tutorial:
This example would output.
|
Related Info: | CopyBankBytes | CopyMemory | CreateBank | GetBankPtr | GetBankSize | NewBank : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |