Message-ID: <37F2F71F.6CBDF17E@virtualis.com> Date: Thu, 30 Sep 1999 15:37:35 +1000 From: Alex Mendes da Costa X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: More Assembly! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: a6-p18.syd.fl.net.au X-Trace: 30 Sep 1999 15:41:05 +1000, a6-p18.syd.fl.net.au Organization: Customer of First Link Internet Services, Sydney, Australia Lines: 10 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi again. Sorry I keep asking questions!! I was wondering how its possible to load a bit of assembly code that has been written in the inline assembler into a place in memory, for use in an interrupt. I know about the interrupt vectors and memcopy stuff but how do I find out what code the inline assembler has created and then copy that into the memory? Thanks heaps, Alex