µVision User's Guide

legacy

_WDWORD

Summary
void _WDWORD (
  unsigned long address,   /* address to write to */
  unsigned long value);    /* value to write */
Description

The _WDWORD debugger function writes an unsigned long integer value to the specified address. For 80x51 microcontrollers, the address can contain a Memory Type Specifier.

Return Value

None.

See Also

_RDWORD, _WBYTE, _WDOUBLE, _WFLOAT, _WWORD

Example
> _WDWORD (0x1000, 12345678);