From: "OmniMeta" Newsgroups: comp.os.msdos.djgpp Subject: How can I modify the ascii code table ? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: Date: Sat, 31 Jul 1999 14:30:20 -0300 NNTP-Posting-Host: 207.253.161.114 X-Complaints-To: abuse AT videotron DOT net X-Trace: weber.videotron.net 933445556 207.253.161.114 (Sat, 31 Jul 1999 14:25:56 EDT) NNTP-Posting-Date: Sat, 31 Jul 1999 14:25:56 EDT Lines: 16 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I want to create a program that remake the ascii table. Example : code 65 is A I want to modify code 65 to be another shape, like a square, or a circle, or a triangle, or a star ... I need direct memory access to modify then ASCII point by point. Please H E L P me. thank.