Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!ahs!dtung From: dtung@ahs.UUCP (David Tung) Newsgroups: comp.lang.c++ Subject: call assembly function from C++ code. Message-ID: <1017@ahs.UUCP> Date: 22 Aug 90 01:15:52 GMT Reply-To: dtung@ahs.UUCP () Organization: Automated Handling Systems, Inc. Lines: 11 Does anybody know how to call assembly function within the C++ program. I am using Glockenspiel 2.0 C++ translator. I have tried to declare as: extern "asm" { ... } // similar as: extern "C" { ....} but doesn't work and i can't find in Glockenspiel's manual. Thank you in advance. e-mail: uunet!ahs!dtung