RE: Multiple setting of a symbol

2006-09-11 Thread Schwarz, Konrad
> 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

Re: Multiple setting of a symbol

2006-09-07 Thread Nick Clifton
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: