◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Warning: A4101 Missing data; zero assumed An operand is missing from a statement, as shown below: mov ax, Since some programmers use this syntax purposely, the message is a warning. The assembler assumes that 0 was intended and assembles the following code: mov ax,0 -♦-