Current Flags Value: {{ computedFlags }}
(Binary: {{ computedFlags.toString(2).padStart(4, '0') }})
{{ checkFlagName }}({{ decimalOperation }}): {{ checkResult ? 'Flag is set' : 'Flag is not set' }}
Binary Operation: {{ binaryOperation }}
Decimal | Binary | Flags |
---|---|---|
{{ num }} | {{ num.toString(2).padStart(4, '0') }} | {{ flag }} |