Keil Logo

_WBYTE

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

The _WBYTE debugger function writes an unsigned character value to the specified address.

For 80x51 microcontrollers, the address can contain a Memory Type Specifier.

Return Value

None.

See Also

_RBYTE, _WDOUBLE, _WDWORD, _WFLOAT, _WWORD

Example
> _WBYTE (0x20000, 0x55);
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.