Closed Textmode closed 13 years ago
The instruction 'MOV &nn, B' has no valid opcode reduction, and should be rejected for that reason. but it seems that the encoder occasionally allows that construct.
possibly related to the use of symbols, eg "MOV &myvariable, B".
Corrected MOV encoder on MOV &nn, R case. closed by 6c0c610185f42f95796fd0a33e77e878adb4432d
The instruction 'MOV &nn, B' has no valid opcode reduction, and should be rejected for that reason. but it seems that the encoder occasionally allows that construct.
possibly related to the use of symbols, eg "MOV &myvariable, B".