Click here to Skip to main content
15,891,033 members
Articles / Programming Languages / ASM

How to invoke C++ member operations from inline-assembler code segments

Rate me:
Please Sign up or sign in to vote.
4.74/5 (15 votes)
19 Sep 20057 min read 50.5K   443   42  
Calling C++ operations from assembler code using member function pointers.
// stdafx.cpp : Quelltextdatei, die nur die Standard-Includes einbindet
//	ASM2CPPInvoker.pch ist die vorkompilierte Header-Datei
//	stdafx.obj enth�lt die vorkompilierte Typinformation

#include "stdafx.h"

// ZU ERLEDIGEN: Verweis auf alle zus�tzlichen Header-Dateien, die Sie in STDAFX.H
// und nicht in dieser Datei ben�tigen

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Chief Technology Officer W3L
Germany Germany
-Since 1th August 2007: Chief Technology Officer of W3L
-2002/08/01-2007/07/31: PhD student
-1997/10/15-2002/07/31: Studied Electrical Engineering and Computer Science

Comments and Discussions