xa65
xa65 copied to clipboard
Recursive undef'd label definitions
Make this work:
devend1 .word devend2
devend2 =devend
devend
Currently this results in a
1000:Label 'devend2' not defined
may or may not be a duplicate of #17