Message-ID: <39405DEE.89226F7B@ccs.iitb.ernet.in> Date: Fri, 09 Jun 2000 08:31:02 +0530 From: Gaurang Kanvinde X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: far pointers Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com hi How do I access memory registers in C? DJGPP gcc does not recognise the far pointers that can be used otherwise. Instead, _farpeek and _farpoke functions are used. Can someone tell me how to use these functions?. What are the SELECTOR and OFFSET arguments in these functions? bye, Gaurang.