From: Arne Pagel Newsgroups: comp.os.msdos.djgpp Subject: pokeb ? Date: Wed, 10 May 2000 17:28:22 +0200 Organization: T-Online Lines: 21 Message-ID: <39198016.FC96A988@t-online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 957972469 11 32693 04131791266-0001 000510 15:27:49 X-Complaints-To: abuse AT t-online DOT de X-Sender: 04131791266-0001 AT t-dialin DOT net X-Mailer: Mozilla 4.6 [de]C-CCK-MCD QXW03200 (Win95; I) X-Accept-Language: de,en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I've allways worked with borland c. Now im trying to work with djgpp but there is a problem: I have a ISA Bus card. Under Borland I used the command pokeb (base,offset, char ) to get access to the card. my card has the adress (base 0xd000) (offset 0x1002) under borland it works so: (i want write 0x30 to the card) pokeb (0xd000,0x1002,0x30); what must i do under djgpp ? -- Thanks Arne