Mail Archives: djgpp/2000/04/12/12:23:55
Yes, real-mode TSR for DOS.
IMHO writing such huge TSRs is a bit stupid. This may be good only for
beginners. Btw, DPMI-based TSR is not a very good thing too.
bye.
Alexei A. Frounze
-----------------------------------------
Homepage: http://alexfru.chat.ru
Mirror: http://members.xoom.com/alexfru
Eli Zaretskii wrote:
>
> 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.
- Raw text -