At 07:00 AM 11/6/2003, Alexander Mavrov wrote:
I found a bug in the inline assembly of Codewarrior if you have a statement "addq.l #x, (ay, dz.w)" where x is a numbwer between -8 and 8(I think), y is 0..7 and z is 0..7.
the generated instruction becomes "addq.l #x, (0, dz.w)" which is a major bug.
still if you don't use inline assembly you shouldn't worry about that bug.

I just fixed a major inline assembly bug in the post-9.2 68K compiler; I think your code is an instance of that. There was a problem in detecting operand addressing modes that only showed up in the release builds of the compiler. I don't know when I'll have a hotfix for this, but when I do, I'll post the instructions to contact CW for Palm OS tech support to get a copy.


--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com



-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to