µVision User's Guide

legacy

_WFLOAT

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

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

Return Value

None.

See Also

_RFLOAT, _WBYTE, _WDOUBLE, _WDWORD, _WWORD

Example
> _WFLOAT (0xE000, 1.5);