> From: Nick Clifton [mailto:[EMAIL PROTECTED]
> > Specifically, given the code
> >
> > my_variable:
> > .long X
> > X = 1
> > X = 2
> >
> > the new version assembles the value 1 into my_variable,
> while the old
> > version assembles the value 2.
>
> The problem with this is wha
Hi Konrad,
Specifically, given the code
my_variable:
.long X
X = 1
X = 2
the new version assembles the value 1 into my_variable, while the old
version assembles the value 2.
The problem with this is what should happen in more complex situations.
For example: