Language:
Русский
English
┌────────────────────────────────────────────┐
│ Invalid combination of opcode and operands │
└────────────────────────────────────────────┘
The assembler opcode does not accept this combination of operands. Possible causes are:
■ There are too many or too few operands for
this assembler opcode; for example,
INC AX,BX or MOV AX.
■ The number of operands is correct, but
their types or order do not match the
opcode; for example, DEC 1, MOV AX,CL or
MOV 1,AX.