Date: Fri, 26 Jul 1996 11:25:38 -0400 (EDT) From: patrick fox To: djgpp AT delorie DOT com Subject: pointers Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII If I allocate a pointer with pointer=malloc(10), how would I go about accessing the memory location in an external .S file? -Patrick