delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2007/11/16/15:22:11

X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
Date: Fri, 16 Nov 2007 15:22:07 -0500
Message-Id: <200711162022.lAGKM7SH001319@envy.delorie.com>
From: DJ Delorie <dj AT delorie DOT com>
To: djgpp AT delorie DOT com
In-reply-to: <BAY106-W28A28C4CD5A3E0F7A597B389830@phx.gbl> (message from
sHadoW MaN on Fri, 16 Nov 2007 15:17:47 -0500)
Subject: Re: using DOS ISR calls
References: <BAY106-W28A28C4CD5A3E0F7A597B389830 AT phx DOT gbl>
Errors-To: nobody AT delorie DOT com
X-Mailing-List: djgpp AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

Please don't use HTML email.  It's very hard to read.

inreg.x.bx = (unsigned int) rq->buffer;

This won't work because the memory you've allocated is not accessible
to DOS code.  You have to allocate some DOS memory, or use the
transfer buffer, and copy that to/from your local program memory.

- Raw text -


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