Closed rtrussell closed 2 years ago
It looks as though a debug flag has been left set in the console mode build. For example if I start BBC BASIC and enter:
CHAIN "solve"
It displays the following:
Above MaximumRAM = 0x20027700 Above MaximumRAM = 0x20027700 Enter number of unknowns (2-6):
Here the "Enter number of unknowns (2-6):" is the expected prompt from the program but the other two lines are spurious.
Diagnostic message has now been commented out in routine oshwm() in bbpico.c
It looks as though a debug flag has been left set in the console mode build. For example if I start BBC BASIC and enter:
It displays the following:
Here the "Enter number of unknowns (2-6):" is the expected prompt from the program but the other two lines are spurious.