Date: Tue, 4 Feb 1997 17:15:44 -0800 (PST) From: Jack Cai To: Eli Zaretskii cc: djgpp AT delorie DOT com Subject: Re: Interrupt using assembly, Please help!!! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII > Subject: Re: Interrupt using assembly, Please help!!! I figured it out. The wrapper I transcribed was not correct. Thanks for your help though. Another question: Where is the run time stack pointer of the main program (not the stack for the ISR) stored during protected mode interrupt, or how can the interrupt handler access (and change) its the run time stack pointer of the main program? regards, Jack