S property

int S
getter/setter pair

Sign Flag

Set if the 2-complement value is negative. It’s simply a copy of the most significant bit.

Implementation

int S;