Jump to Absolute Address (24965)
The information in this article applies to:
- Microsoft Macro Assembler (MASM) 1.25
- Microsoft Macro Assembler (MASM) 1.27
- Microsoft Macro Assembler (MASM) 3.0x
- Microsoft Macro Assembler (MASM) 4.0
- Microsoft Macro Assembler (MASM) 5.0
- Microsoft Macro Assembler (MASM) 5.1
- Microsoft Macro Assembler (MASM) 5.1a
- Microsoft Macro Assembler (MASM) 6.0
- Microsoft Macro Assembler (MASM) 6.0a
- Microsoft Macro Assembler (MASM) 6.0b
This article was previously published under Q24965 SUMMARY
There are two methods of coding a jump to an absolute address.
These methods are as follows:
- Use AT to create a segment template beginning at an
absolute address. Then, using ORG, a label can be assigned
at a specific offset.
-or-
- Initialize a double word variable to the specific
address.
Modification Type: | Major | Last Reviewed: | 10/22/2003 |
---|
Keywords: | KB24965 |
---|
|