>>>>> "Rodrigo" == Rodrigo Dominguez <[email protected]> writes:
Rodrigo> H.J, Thanks for replying but this doesn't answer my
Rodrigo> question. Shouldn't __asm__ generate the right code without
Rodrigo> using the %b1 trick? The reason I am asking is I have a 350
Rodrigo> line macro which I can't change.
GCC doesn't look at the instructions. You have to tell it what form
of argument the instruction expects, and the %b1 does that. So the
macro has a bug and you'll have to fix it...
paul
