|
PokeBankWord | ||
PokeBankWord BankNumber, AddressOffset, WordValue | ||
Parameters: BankNumber = The Index Identifier of the bank that you wish to poke AddressOffset = The Address where you want to write this data to within the bank WordValue = The value you wish to store in this memory bank at the above address offset |
||
Returns: NONE | ||
PokeBankWord will poke (write) a 16bit word value from a memory bank. FACTS: * 16Bit words can represent a numeric range of 0 to 65535 * 16bit words values are NOT signed. * 16bit words are 2 bytes wide * Two 16bit words are the same lengh in bytes as a 32bit Integer. Mini Tutorial: This simple example Creates a bank, Pokes two WORD values in, then peeks the out to display them.
This example would output.
|
Related Info: | CreateBank | Dim | NewBank | PeekBankByte | PeekBankFloat | PeekBankInt | PeekBankString | PeekBankWord | Pointer | PokeBankByte | PokeBankFloat | PokeBankInt | PokeBankString | Word : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |