<<< Calling Conventions | Index | M13_COPYSTR.ASM >>> |
The following sample (downolad COPYSTR.zip ) demonstrates a simple module M13_COPYSTR.ASM ( download ) written in Assembly language.
The ASM file contains a procedure that copies one text string to another string.
This module can be linked to different programs written in the C++.
The caller program is M13_main.cpp ( download ) is written in C++.
The M13_compile.bat ( download ) is the command file to build the M13.EXE executable.
<<< Calling Conventions | Index | M13_COPYSTR.ASM >>> |