Basic Program That Passes a STATIC or DYNAMIC Array to MASM (44135)
This article was previously published under Q44135
SUMMARY
Below is a QuickBasic program that passes a STATIC or DYNAMIC array to
an assembly routine assembled with the Microsoft Macro Assembler
(MASM). The assembly routine assigns a 1 to each element in the array.
In the QuickBasic program, the array can be initially defined as
DYNAMIC or STATIC, using REM $DYNAMIC or REM $STATIC.
This QuickBasic program can be compiled with QuickBasic Versions 4.00,
4.00b, and 4.50, Microsoft Basic Compiler Versions 6.00 and 6.00b, and
with Microsoft Basic PDS Version 7.00. The assembly program should be
assembled with MASM Version 5.10.
Modification Type: |
Minor |
Last Reviewed: |
1/8/2003 |
Keywords: |
KB44135 |
|