Access to named bits
testReg{w}Bit
(
RegName
,
BitName
) - Tests whether the bit is set.
setReg{w}Bit
(
RegName
,
BitName
) - Sets the bit to 1.
clrReg{w}Bit
(
RegName
,
BitName
) - Sets the bit to 0.
invertReg{w}Bit
(
RegName
,
BitName
) - Inverts the bit.