Date: Sun, 11 Jan 1998 14:44:57 +0200 (IST) From: Eli Zaretskii To: Sérgio Vale e Pace cc: djgpp AT delorie DOT com Subject: Re: interrupt wrapper In-Reply-To: <34B6DA1F.42E68777@gold.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit Precedence: bulk On Sat, 10 Jan 1998, Sérgio Vale e Pace wrote: > Can somebody ou there tell me what is and what is the propose of the > interrupt wrappers The wrappers emulate the effect of the `interrupt' keyword in other DOS C compilers. They make sure the registers are saved and restored around the interrupt handler code.