Subject: Re: pcc port to pdp10.
To: Lars Brinkhoff <lars.spam@nocrew.org>
From: None <ragge@ludd.luth.se>
List: port-pdp10
Date: 02/12/2003 10:31:58
> Good work, keep going!
>
> <ragge@ludd.luth.se> writes:
> > Char/short pointers are stored in the "version-271-microcode format".
>
> The one-word global byte pointer format, right?
>
Yep, exactly.
> > int a; char *foo = (char *)a;
> > will put the rightmost two bits in bit 4-5 and right-shift the int value
> > two bits.
>
> And 7 in bits 0-3, I assume?
>
Well, it 0-2, but yes :-)
-- Ragge