tom-seddon / basic_editor

Updated version of Acornsoft's BASIC Editor for the BBC Micro
15 stars 4 forks source link

ERL support? #5

Open tom-seddon opened 6 years ago

tom-seddon commented 6 years ago

Half-formed idea - pick up the value of ERL on entry, so it can be visited easily after discovering there's an error that needs editor work?

Or would it be better to just do this from in BASIC, using FX138 to insert `"BE"+CHR$13+STR$ERL+CHR$13in theON ERROR` bit or whatever? That should work already.