Topic: Linking C++ & Assembly


Author: fdesjarl@chat.carleton.ca (Frederic Desjarlais)
Date: Mon, 6 Mar 1995 21:27:52 GMT
Raw View
Hello there,
 I was wondering if anyone could help me out.
 I have a set of assembly routines for serial communications
that work fine when used within an assembly-written 'terminal', but
I'm trying to move the 'PROCs' to class member functions, but without
any success.  I understand 'name mangling' (ie:
@AClass@function$qv,etc) but have no idea on how to use parameters
(ie: @AClass@function$qi,etc).  I've tried using the ARG directive in
TASM, but without success.

 Any help on this topic would be greatly appreciated.

Thank you,

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Frederic Desjarlais          |
Carleton University          |
Computer Science - Software      | * World-Wide-Web site at:
Email: fdesjarl@chat.carleton.ca |   http://chat.carleton.ca/~fdesjarl/
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=