jedie / DragonPy

Emulator for 6809 CPU based system like Dragon 32 / CoCo written in Python...

Home Page:http://archive.worldofdragon.org/phpBB3/viewtopic.php?f=5&t=4308

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in BASIC Editor: Code with comments in one line

jedie opened this issue · comments

There is a bug running BASIC listing that contains code and comments in one line.

e.g. the CC tests, like: https://github.com/jedie/DragonPy/blob/main/BASIC%20tools/TestCC_Registers/testCC.bas

grafik

Maybe it's something around the was, how BASIC stores comments, see also: https://archive.worldofdragon.org/phpBB3/viewtopic.php?f=8&t=4310&p=11632#p11630

Think the bug lives somewhere in: https://github.com/6809/dragonlib

Maybe related to: ce12148