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
(this is not the same as #9; that is about the semantic, while this is about consistency)
The value of the "immediate" field is inconsistent in at least one case.
The instruction LD B, d8 has both operands with values immediate = true. This is a mistake, as the first operand is not an immediate, regardless of the semantics of the immediate field.
The text was updated successfully, but these errors were encountered:
(this is not the same as #9; that is about the semantic, while this is about consistency)
The value of the "immediate" field is inconsistent in at least one case.
The instruction
LD B, d8
has both operands with valuesimmediate = true
. This is a mistake, as the first operand is not an immediate, regardless of the semantics of theimmediate
field.The text was updated successfully, but these errors were encountered: