|
PeekBankInt | ||
IntegerValue = PeekBankInt(BankNumber, AddressOffset) | ||
Parameters: BankNumber = The Index Identifier of the bank that you wish to peek AddressOffset = The Address where you want to write this data to within the bank |
||
Returns: IntegerValue = The Value that was peeked from memory |
||
PeekBankInt allows you to peek (read) a 32bit integer value from a memory bank. FACTS: * 32bit integer values can represent a numeric range of -2147483648 to 2147483647 * 32bit integer values are signed. * 32bit integers are 4 bytes wide * 32bit integers are 2 word wide Mini Tutorial: This simple example creates a bank, pokes some Integer values into it, the Peek these values and displays them.
This example would output.
|
Related Info: | CreateBank | PeekBankByte | PeekBankFloat | PeekBankString | PeekBankWord | Pointer | PokeBankByte | PokeBankFloat | PokeBankInt | PokeBankString | PokeBankWord : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |