X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: luisllo AT alumni DOT uv DOT es (Luis) Newsgroups: comp.os.msdos.djgpp Subject: print routines for djggp c Date: 26 Feb 2002 01:23:17 -0800 Organization: http://groups.google.com/ Lines: 12 Message-ID: <6124b64f.0202260123.654bd391@posting.google.com> NNTP-Posting-Host: 80.25.146.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1014715398 22452 127.0.0.1 (26 Feb 2002 09:23:18 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 26 Feb 2002 09:23:18 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi all! I'm working with djgpp and DPMI, I created a new dpmi segment and changed the ds, es, and ss registers to point to the new segment. So I can't use standard c library functions. But I need to inspect the content of some variables, and I can't use GDB when changing segments. So that's why I need some printing routines I could compile and use with my code so that way I would be able to see the content of my variables. Is there anyone able to mail me some printing code?,your help woud be very appreciated!!!! Thanks in advance!