|
CopyBankBytes | ||
CopyBankBytes SrcBank, StartAddress, EndAddress, DestBank, DestAddress | ||
Parameters: SrcBank = The index of the bank you wish to copy StartAddress = The Starting source offset win the source bank EndAddress = The Ending source offset win the source bank DestBank = The index of a free bank you wish to copy to DestAddress = The Destination address in the dest bank |
||
Returns: NONE | ||
CopyBankBytes Copy a run of bytes from one bank to another. FACTS: * none Mini Tutorial: This example creates a bank, fills it with some values, then uses CopyBankBytes to copy some bytes from the source to destination bank.
This example would output.
|
Related Info: | CopyBank | CopyMemory | CreateBank | GetBankPtr | GetBankSize | NewBank | Pointer : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |