macro's and local variables

Ian Lance Taylor iant@google.com
Tue Oct 16 18:00:00 GMT 2012


On Mon, Oct 15, 2012 at 2:24 AM, Mischa Baars <mjbaars1977@gmail.com> wrote:
>
> Who can take a look at this example code? When you look at the files
> attached, you will see that the two different macro's give different answers
> to the same problem.

I don't understand.  Of course the different macros give different
answers, because the macros are different.  One uses ax and one uses
bx.  Also one uses i and the other uses j, and that matters because
you are invoking them in a loop that also uses i.  You need to tell us
what you expected to happen, and the difference between what you
expected to happen and what actually happened.

Ian



More information about the Binutils mailing list