µVision User's Guide

legacy

_RWORD

Summary
unsigned int _RWORD (
  unsigned long address);   /* address to read */
Description

The _RWORD debugger function reads the unsigned integer value at address. For 80x51 microcontrollers, the address can contain a Memory Type Specifier.

Return Value

The _RWORD function returns the unsigned int value at address.

See Also

_RBYTE, _RDOUBLE, _RDWORD, _RFLOAT, _WWORD

Example
> _RWORD (0x1000);