Mail Archives: djgpp/2000/04/11/15:15:36
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 -