The information in this article applies to:
SUMMARYWith the Microsoft Macro Assembler, a hexadecimal number must begin with a digit between zero and nine. This is so that the assembler can distinguish between something that should be a number and something that should be a label. MORE INFORMATIONAssembling the following code will result in the following errors, since the assembler will assume that ABh is a label
Sample Code
Additional query words: kbinf 5.00 5.10 6.00 6.00a 6.00b
Keywords : |
Last Reviewed: January 4, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |