X-Authentication-Warning: delorie.com: mail set sender to opendos-bounces using -f Date: Thu, 4 Dec 2003 19:58:53 -0500 Message-Id: <200312050058.hB50wrCh019744@envy.delorie.com> From: DJ Delorie To: opendos AT delorie DOT com In-reply-to: <3FCF6460.30938.7643F59@localhost> (shadow@shadowgard.com) Subject: Re: ANSI.SYS References: <3FCE4C60 DOT 20586 DOT 3407B89 AT localhost> (shadow AT shadowgard DOT com) <3FCF6460 DOT 30938 DOT 7643F59 AT localhost> Reply-To: opendos AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: opendos AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Oh wow! Assembler code! Back then, assembly was pretty much all I wrote in. Occasionally a random high level language, but assembler was my favorite. At one point I wrote a D470C color graphics terminal emulator in 100% assembler. It fit in a 64k rom chip ;-) In fact, DJGPP has its own assembler just to build the stub loader, which is 2k of really tense assembler.