<<< Calling Conventions | Index | M13_COPYSTR.ASM >>> |
The following sample demonstrates ASM 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++.
<<< Calling Conventions | Index | M13_COPYSTR.ASM >>> |