From: "Ashod" Newsgroups: comp.os.msdos.djgpp Subject: okay nearly there,. Date: 12 Nov 1997 15:51:28 GMT Organization: OzEmail Ltd. Lines: 18 Message-ID: <01bceff0$57bfac20$63206ccb@ashod> NNTP-Posting-Host: 203.108.32.99 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Thanks for the help sofar, but am still having problem with the following: char aglobal_buffer [1024]; void test (int x,int y,char *vmem) { int foo; /* how do I access aglobal_buffer,foo,vmem etc in inline asm. aglobal_buffer works okay, but vmem,x,y and foo dont work */ } Thanks in advance again!..