You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<TextBlock Grid.Row="0" Grid.Column="0"HorizontalAlignment="Center"VerticalAlignment="Center" ToolTip.Tip="S - Sign flag: Set if the 2-complement value is negative (copy of MSB)">S</TextBlock>
13
+
<TextBlock Grid.Row="0" Grid.Column="1"HorizontalAlignment="Center"VerticalAlignment="Center" ToolTip.Tip="Z - Zero flag: Set if the value is zero">Z</TextBlock>
14
+
<TextBlock Grid.Row="0" Grid.Column="2"HorizontalAlignment="Center"VerticalAlignment="Center" ToolTip.Tip="F5 - undocumented: Copy of bit 5">-</TextBlock>
15
+
<TextBlock Grid.Row="0" Grid.Column="3"HorizontalAlignment="Center"VerticalAlignment="Center" ToolTip.Tip="H - Half Carry: Carry from bit 3 to bit 4">H</TextBlock>
16
+
<TextBlock Grid.Row="0" Grid.Column="4"HorizontalAlignment="Center"VerticalAlignment="Center" ToolTip.Tip="F3 - undocumented: Copy of bit 3">-</TextBlock>
17
+
<TextBlock Grid.Row="0" Grid.Column="5"
18
+
HorizontalAlignment="Center"VerticalAlignment="Center" ToolTip.Tip="P/V - Parity or Overflow: Parity set if even number of bits set. Overflow set if the 2-complement result does not fit in the register">
19
+
V
20
+
</TextBlock>
21
+
<TextBlock Grid.Row="0" Grid.Column="6"
22
+
HorizontalAlignment="Center"VerticalAlignment="Center" ToolTip.Tip="N - Subtract: Set if the last operation was a subtraction">
23
+
N
24
+
</TextBlock>
25
+
<TextBlock Grid.Row="0" Grid.Column="7"
26
+
HorizontalAlignment="Center"VerticalAlignment="Center" ToolTip.Tip="C - Carry: Set if the result did not fit in the register">
0 commit comments