Date: Tue, 11 Apr 2000 13:35:10 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Alexei A. Frounze" cc: djgpp AT delorie DOT com Subject: Re: Tsr's how? In-Reply-To: <38F2A872.76596858@mtu-net.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 11 Apr 2000, Alexei A. Frounze wrote: > I'd rather write it in pure ASM. Btw, I have one that saves screen (in text > mode) to file SCR_XXXX. XXXX is a number of the screenshot. And it's increased > after each save. > > Program in DJGPP would be about 70KB plus CWSDPMI. :)) > Mine (in ASM) is 5KB. You mean, in real-mode assembly, right? Writing a program in assembly doesn't necessarily mean it is a non-DJGPP program. If it is a DJGPP program, it will need the DJGPP startup code and CWSDPMI, even if the program's source is pure assembly.