Language:
Русский
English
┌───────────────────────────────┐
│ Memory reference expected │
└───────────────────────────────┘
The assembler operand is not a memory reference, which is required here.
Most likely you have forgotten to put square brackets around an index register operand, for example MOV AX,BX+SI instead of MOV AX,[BX+SI].