|
PokeWord | ||
PokeWord Address, WordValue | ||
Parameters: Address = The Address in memory where this data should be stored WordValue = The data you wish to store |
||
Returns: NONE | ||
The PokeWord command will write a 16bit word value directly into memory. 16Bit Values range between 0 and 65535 FACTS: * You can poke any memory location. * Care must be taken when writing/reading directly from memory. Attempting to access memory that is not part of your program will most likely cause your program to crash. * Also See Pointer Mini Tutorial: This example creates a bank, grabs this banks memory address (the address f the first byte in memory), pokes various test values and strings into memory, then finally reads them back.
This example would output.
|
Related Info: | PeekByte | PeekFloat | PeekInt | PeekString | PeekWord | PokeByte | PokeFloat | PokeInt | PokeString : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |