H property

int H
getter/setter pair

Half Carry Flag

The half-carry of an addition / subtraction (from bit 3 to 4). Needed for BCD correction with DAA.

Implementation

int H;