[Info-vax] Text processing examples with Fortran requested
Bob Koehler
koehler at eisner.nospam.encompasserve.org
Thu Nov 19 08:24:57 EST 2009
In article <00A94C02.213F7779 at SendSpamHere.ORG>, VAXman- @SendSpamHere.ORG writes:
> In article <4+8BwNLf3NeW at eisner.encompasserve.org>, koehler at eisner.nospam.encompasserve.org (Bob Koehler) writes:
>>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
> -------------^^^
>
> I'd wager this would hack up a hairball.
OK, I threw it together in a hurry. Should have been
tmp: .long
and a few other details. Obviously I've let my MAcro-32 get rusty.
Time to fire up SIMH and practice.
More information about the Info-vax
mailing list