µVision User's Guide

legacy

_WWORD

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

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

Return Value

None.

See Also

_RWORD, _WBYTE, _WDOUBLE, _WDWORD, _WFLOAT

Example
> _WWORD (0x20000, 123);