µVision User's Guide

legacy

_WDOUBLE

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

The _WFLOAT debugger function writes a double-precision floating-point value to the specified address. For 80x51 microcontrollers, the address can contain a Memory Type Specifier.

Return Value

None.

See Also

_RDOUBLE, _WBYTE, _WDWORD, _WFLOAT, _WWORD

Example
> _WDOUBLE (0x20000, 1.23456789);