Message-ID: <363250B8.56E77807@mail.bip.net> From: Conan Organization: Apocalypse Inc. X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Executing a pointer X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 14 NNTP-Posting-Host: 130.244.237.27 X-Complaints-To: news-abuse AT swip DOT net X-Trace: nntpserver.swip.net 909267222 130.244.237.27 (Sun, 25 Oct 1998 00:13:42 MET DST) NNTP-Posting-Date: Sun, 25 Oct 1998 00:13:42 MET DST X-Sender: s-24416 AT dialup237-1-27 DOT swipnet DOT se Date: Sun, 25 Oct 1998 00:12:08 +0200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com If I hawe a pointer and that pointer contains an address to a funktion how do I execute that funktion? I've written a pice of code that replaces IRQ 0/int 8 and then it should execute the old int 8 before returning. And the thing is that I'm gonna use the code for updating the mousepointer every 18.2 seconds so it has to be able to execute int 33 inside int 8 so am I doing this right: using int 8 I mean? thanx /Conan