From: "Tonu Aas" Newsgroups: comp.os.msdos.djgpp References: <69 DOT 18173d29 DOT 2887d6db AT aol DOT com> <3B56883B DOT 591C3E07 AT earthlink DOT net> Subject: Re: pokeb peekb Date: Thu, 19 Jul 2001 11:08:58 +0300 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Lines: 22 Message-ID: <3b56aaa4$0$255$bb624dac@diablo.uninet.ee> NNTP-Posting-Host: 194.204.53.21 X-Trace: 995535524 diablo.uninet.ee 255 194.204.53.21 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > > 1) what's the shortest complete program that pokes a face (ascii 1) > > into the exact middle of the screen and exits to DOS ? > > ASCII 1 is not a graphic character. It is an SOH control character. ??? And in some other application it means something else. So why I cant show it on screen? It's stupid to not use chars 00..20h & 80..ffh only beacause in some systems they are used for something else. And I think that djgpp is not the best choise to produse smallest/fastest program to show 01h on screen. Use asm or hexeditor for this. Tõnu.