The information in this article applies to:
SUMMARY
The assembly language multiplication instruction MUL accepts only one
operand. The second operand is implied to be either the AX or the AL
register depending on whether an 8-bit multiplication or 16-bit
multiplication is being performed.
MASM versions 5.1 and 5.1a generate the following warning:
MORE INFORMATIONThe sample code below can be used to illustrate this situation. Assembling the code with MASM version 5.1, 5.1a, or 6.0 will result in one of the above errors. Sample Code
Additional query words: kbinf 5.10 5.10a 6.00 6.00a 6.00b
Keywords : |
Last Reviewed: January 4, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |