Message-ID: <35819A38.C1BA3FCB@hotmail.com> Date: Fri, 12 Jun 1998 23:14:32 +0200 From: Archee/CoNTRACT Reply-To: soltesz AT hotmail DOT com Organization: School MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: 64k demo Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Two guys made a demo only 64k with real time generated animation. Most of 64k demos were made in assembly only. I saw, they used __asm__(" ... "); a lot. I think, it is not a good idea to make 64k demo in DJGPP Because: the CWSDPMI takes 25Kb and djgpp produces too big exes for this. (sizeof "hello world" too big) How did they do that ? What linker did they use ? I think, they have got their own smaller extender. They were beginner in PC.(they came from Amiga) What is the way to use DJGPP in a 64k intro ? I only can use WATCOM for this by using the extender called PMODE BY TRAN without default libs.(and some small asm lib)