[Info-vax] Text processing examples with Fortran requested

Bob Koehler koehler at eisner.nospam.encompasserve.org
Wed Nov 18 12:29:51 EST 2009


In article <00A94B41.2EAA9099 at SendSpamHere.ORG>,   VAXman-  @SendSpamHere.ORG writes:
>>
>>  unsigned int tmp;
>>  unsigned short *EntryAdd;
>>  EntryAdd=(unsigned short *) *((unsigned short *)tmp); 
> 
> ...and what does this mean in readable Macro?

   .long tmp
   .addr EntryAdd

   ...

   movl     tmp,r0
   movzwl   @r0,EntryAdd




More information about the Info-vax mailing list