fachat / xa65

6502/65816 cross assembler
http://www.floodgap.com/retrotech/xa/
55 stars 8 forks source link

Recursive undef'd label definitions #19

Open fachat opened 5 months ago

fachat commented 5 months ago

Make this work:

devend1 .word devend2

devend2 =devend

devend

Currently this results in a 1000:Label 'devend2' not defined

fachat commented 5 months ago

may or may not be a duplicate of #17