gb-opcodes icon indicating copy to clipboard operation
gb-opcodes copied to clipboard

Inconsistent "immediate" value in JSON document

Open 64kramsystem opened this issue 3 years ago • 0 comments

(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.

64kramsystem avatar Sep 13 '20 09:09 64kramsystem