Sender: nate AT cartsys DOT com Message-ID: <36199105.BB0BE0D@cartsys.com> Date: Mon, 05 Oct 1998 20:39:49 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.05 [en] (X11; I; Linux 2.0.35 i486) MIME-Version: 1.0 To: George Foot CC: DoctorXV AT aol DOT com, djgpp AT delorie DOT com Subject: Re: Allegro for TC++? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com George Foot wrote: > If your aim is to develop a program that just prints a line of > text on the screen in as few bytes as possible, don't use djgpp. > Don't use Turbo C either. Both will link in libraries you don't > need to be using. The One True Tool for such things is `debug'. Type in your programs in hex. To get you started, here's Hello World. B4 09 BA 0C 01 CD 21 B8 00 4C CD 21 48 65 6C 6C 6F 2C 20 77 6F 72 66 64 0D 0A 24 Next week: ed, in 20 bytes. -- Nate Eldredge nate AT cartsys DOT com