Stores a 64-bit quad-word at address in little-endian order.
How to read it
- Use for 64-bit pointers, descriptors, or counters.
Examples
REM Store a 64-bit value
POKEQ &100400, &0123456789ABCDEF
PRINT PEEKQ(&100400)
Notes
- Unaligned 64-bit writes may tear if observed concurrently.
See also:
PEEKQ ยท POKED