Question: When a source operand is ambiguous, such as a value defined as CR EQU 0DH which can be either a 16 bit value or an

When a source operand is ambiguous, such as a value defined as CR EQU 0DH which can be either a 16 bit value or an 8 bit value, how can the ambiguity be removed This is typical of an error staring "ls it byte or word?" EX: MOV LSI], CR;assembler doesn't know if you mean move a byte or move a word
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
