Stores a 16-bit word (low 16 bits of value) at address in little-endian order.
How to read it
- Writes value AND &FFFF to address and address+1.
Examples
REM Store a 16-bit word
POKEW &100200, &1234
PRINT PEEKW(&100200)
Notes
- Match the width to the device’s documented register size.
See also:
POKE · POKED · POKEQ · PEEKW