MOV CX,10
MOV DX,OFFSET XX
MOV AH,09H
INT 21H
CODE ENDS
END START
LOOP LOP
JMP START
LE:MOV CX,10
MOV DX OFFSET XX
MOV AH,09H
INT 21H
CODE ENDS
END START
错误:
Microsoft (R) Macro Assembler Version 5.00
Copyright (C) Microsoft Corp 1981-1985, 1987. All rights reserved.
Object filename [1.OBJ]: link 1.obj
Cross-reference [NUL.CRF]:
1.asm(20): error A2039: One operand must be constant
1.asm(21): error A2039: One operand must be constant
1.asm(22): error A2039: One operand must be constant
1.asm(24): error A2039: One operand must be constant
1.asm(25): error A2039: One operand must be constant
1.asm(26): error A2052: Improper operand type
1.asm(28): error A2052: Improper operand type
1.asm(30): error A2052: Improper operand type