Passing a long* from a C Module to an Assembly Module (61590)
The information in this article applies to:
- 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 Q61590 SUMMARY
The following code demonstrates passing a LONG INT (4 bytes) via a
far pointer (4 bytes) to an assembly routine that accesses the LONG
integer.
Each integer is incremented in the assembly routine and its new value
returned to the calling C program.
Modification Type: | Major | Last Reviewed: | 10/17/2003 |
---|
Keywords: | KB61590 |
---|
|