Date: Mon, 29 Apr 1996 09:16:27 +0200 (IST) From: Eli Zaretskii To: Bruno Kraychete da Costa Cc: djgpp AT delorie DOT com Subject: Re: MK_FP, peekb and pokeb In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 28 Apr 1996, Bruno Kraychete da Costa wrote: > Does anybody know of a djgpp version of Borland commands MK_FP, > pokeb/poke and peekb/peek ?!?! You don't need MK_FP in DJGPP, and peek/poke functions are in the library. From what you tell, you are probably writing a program that accesses memory-mapped devices or absolute addresses. If that is so, please get the DJGPP FAQ list (v2/faq200b.zip from the same place you get DJGPP) and read Chapter 18 (and maybe 17) there. These things are done differently in DJGPP because it's a protected-mode environment. > Is there any context sensitive help for djgpp concerning to its > commands ?! Just like pressing Ctrl+F1 on Borland Compiler with the > cursor under the desired work ... The library is documented in the Info file libc.inf that you can read with the stand-alone Info reader (info.exe from txi360b.zip). If you use the right editor (like Emacs) that has a built-in Info reader, you can have the context-sensitive help feature.