set_bit

Description

This function sets a bit within a byte (by set we mean set the value to 1)

Definition

set_bit(uint id)

Library

LIB/bit_lib.bas

Usage

On entry:
id is the absolute bit address within the data space
On exit:
There is no return value