>  "Tony Harminc" <[email protected]> wrote:
(snip)

>                    L          R14,R4

(snip)

> This sets R14 to the address of the adcon in the entry you just found
> in the table (or it would if the above-mentioned boundary alignment
> problem wasn't there). You need
   
No, this loads R14 from an address near the beginning of memory.  

Pretty sneaky calling it R4, but the value is 4, so the result is actually

    L  R14,4

or more precisely

    L  R14,4(0,0)

(unless you are on a PDP-10, where the registers are addressable as
the first 16 locations in memory).

-- glen

Reply via email to