Arakula / A09

A09 6800/6801/6809/6309/68HC11 Assembler
GNU General Public License v2.0
40 stars 8 forks source link

SET directive does not allow give a label a new value #16

Open kees1948 opened 1 year ago

kees1948 commented 1 year ago

In the TSC assembler(s) the SET directive can be used to assign a value to a label, much like EQU.

But the SET directive can be used at multiple places to (re) assign another value to the same previous 'SET' label.

I tried a09, but that complains when I try. Is this on purpose or do I make an error somewhere?