Fab - thanks for all that help.
I now have BASLOAD working on my emulator R44, pretty straight forward!
I have a LOT of label issues - not a surprise. I've taken care of many of them - duplicate label here & there, labels mis-typed etc.
Now all I have left are the more subtle ones.
One downer with BASLOAD from what I can tell here is that the error messages are barely useful - I get a line number but to what it references I'm not sure - It's hit & miss how close/accurate it is referring to the original source code text file.
Given that the source is a bit over 1300 lines this could take a while - a frustrating while at that.
I might even have to resort to coding my own parser just to check the labels!! It might actually be quicker!
Thanks for the update on ASMEDIT - I was thinking of the CODEX app, which looks fab. I'll play with ASMEDIT when I get back home to my hardware.
I'll take a look at that other assembler you referenced that is also in BASIC - always fun to see how other folks do things and learn better ways!
Cheers
Martin
+++ EDIT
OK - there's a bug in version 0.2.4 of BASLOAD - it is clearly missing out great chunks of my original source code yet it is generating references to the missing code and then citing these references to nowhere as an error with my labels.
So, I can't sort out what's a true error with my source code and the BASLOAD code.
It's not missing out code from the end - its a variety of chunks here and there it seems.
