BillG wrote:
* Microsoft BASIC for the Altair 680
Quote:
* Robert Uiterwyk's 4K and 8K BASIC for the SWTPC 6800. I think the MicroBASIC you have is the 4K version. The source code for the 8K version may have been made available as well.
* Technical Systems Consultants (TSC) BASIC and Extended BASIC for FLEX
* Technical Systems Consultants (TSC) BASIC and Extended BASIC for FLEX
Quote:
Microsoft may be the best bet for something ROMable.
Quote:
6800 code is not position independent. Did you assemble the code ORGed where it is to run or where it resides in ROM? I am surprised it got that far if the latter.
* Smithbug monitor (at address 0xC000)
* Short code for copying Basic interpreter from 0xD000 to 0x0200 (at address 0xC900)
* Basic interpreter (at address 0xD000)
After launching computer I am able to execute jump to 0xC900 and apparently it works, because while dissasembling memory content above 0x0200, I see proper instructions. Copied Basic executed from 0x0200 launches itself (I can see welcome message and prompt) but it is extremely unstable - usually it freezes or gets stuck in reset loop just when I start to type.