From: "lou smith" <9813152 AT fharga DOT sun DOT ac DOT za> Organization: Stellenbosch University To: djgpp AT delorie DOT com Date: Sat, 18 Apr 1998 18:26:51 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: more about pointers and selectors.. Message-ID: <212FB829BE@fharga.sun.ac.za> Precedence: bulk hi thanks for replying to my question about pointers and the selectors they use.. suppose i did the following : short *buf; buf = malloc(1000); and then (using ext inline asm) passed this pointer as a argument and put it in %%esi, leaving %%ds as i found it.. could i then access this array using %%ds:%%esi thanks in advance. lou.