Date : Fri, 03 Feb 1995 16:54:14 GMT
From : David Alan Gilbert <gilbertd@...>
Subject: Re: Elite bug - solved?
> I tried to run White Knight today and the PPC version failed. This is
> good news!!
>
> As I remember you must obey all the address wraparound rules e.g.
> 65535 + 2 = 1 etc. Particularly true for indexed addressing.
>
> My PPC compiler defaults to 4 byte ints whereas Think C are 2 byte
> ints. I think this is the problem.
>
> Dave - does WK work on yours?
I haven't got WK so I don't know - looking at the code I think their
potentially
could be some cases where this could happen - definitly worth a look!
In a lot
of places I do box things into 16 bits though.
Dave