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 "Is it byte or word?" EX: MOV [SI], CR assembler doesn't know if you mean move a byte or move a word.