The information in this article applies to:
SUMMARYThe PTR operator can be used to specify the size of a register indirect operand for a CALL or JMP instruction. However, the qualifying operators are not NEAR and FAR, but WORD and DWORD. For example, to make a near jump to label xxx, use
MORE INFORMATIONThe following example demonstrates how to generate an indirect far call and an indirect far jump in MASM. Sample Code
Additional query words: kbinf 5.10 5.10a 6.00 6.00a 6.00b
Keywords : |
Last Reviewed: January 11, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |