tom-seddon / basic_editor

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

*BZ and *BR assume PAGE=OSHWM #28

Open tom-seddon opened 1 year ago

tom-seddon commented 1 year ago

Should really grab the value of PAGE from BASIC's zero page and use that instead. Then do PAGE=&xxxx|M before the OLD|M. Is there space?

While looking at this code, should probably make sure it's checking that BASIC is the active language first...