delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2000/05/10/13:43:15

Date: Wed, 10 May 2000 20:16:43 +0200 (MET DST)
From: Gisle Vanem <giva AT bryggen DOT bgnett DOT no>
To: djgpp AT delorie DOT com
Subject: Re: pokeb ?
Message-ID: <Pine.UW2.3.95.1000510201623.23272A-100000@bryggen.bgnett.no>
MIME-Version: 1.0
Reply-To: djgpp AT delorie DOT com

Arne Pagel <Mad-Pagel AT t-online DOT de> said:
 
> 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 ?
 
include <sys/farptr.h>
include <go32.h>
 
_farpokeb (_dos_ds, 16*0xd000+0x1002, 0x30);


Gisle V.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019