[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Orca/M bug MVN & MVP?
In article <93161.175913KCR103@psuvm.psu.edu> , KCR103@psuvm.psu.edu
writes:
> mvp $01,$01
>
> The compiled code never keeps the 01 and 01 in the MVP instruction.
> I always get: 44 00 00 for instead of 44 01 01. What's the deal?
I believe the assembler wants two 24-bit arguments, and it will keep the
high byte of each one.
mvp $010000,$010000
should do what you want.
Dave Lyons, dlyons@apple.com
Mr Tangent
My opinions are my own, not Apple's.