Stores a 32-bit double-word (low 32 bits of value) at address in little-endian order.
How to read it
- Typical width for device registers and descriptors.
Examples
REM Store a 32-bit value
POKED &100300, &89ABCDEF
PRINT PEEKD(&100300)
Notes
- Some devices use write-one-to-clear or posted writes; check the datasheet.
See also:
PEEKD · POKEW · POKEQ