Page 2 of 2
Re: Runing EHBasic on Kowalski Simulator
Posted: Mon Apr 28, 2025 11:43 am
by 8BIT
I couldn't get my simulator to stop with those settings. Try a fresh copy of the source code files, edit the one line, and try again.
If that does not fix it, do screen shot of the register windows after it stops... that will show the last address executed.
Daryl
Re: Runing EHBasic on Kowalski Simulator
Posted: Mon Apr 28, 2025 3:45 pm
by BigDumbDinosaur
I see that the assembler’s case-sensitivity is turned on. Is this correct for building EhBasic? Also, is having the I/O area at $F000 correct?
Re: Runing EHBasic on Kowalski Simulator
Posted: Mon Apr 28, 2025 5:44 pm
by 8BIT
Yes to both. I was wondering if the BRK extra byte was a problem but could not duplicate the issue with either setting.
Hopefully, the source has an unintentional update and using a fresh source will resolve it.
Daryl
Re: Runing EHBasic on Kowalski Simulator
Posted: Mon Apr 28, 2025 5:59 pm
by powersoft_51
I think sommething is wrong with the 2.22 version of EhBASIC.
When running it in the Kowalski Simulator the program is not running but go direct after the memory check to the end
and print ready, as shown in my reply before.
Have done the same on another IDE simulator (Oshon Soft) and I have the same behavior.
Could someone provide me with a real working version, so I can test my envoirment.
Or should I make a new topic?
Re: Runing EHBasic on Kowalski Simulator
Posted: Mon Apr 28, 2025 7:21 pm
by 8BIT
I edited the patched version from your first post and am including the min_mon and basic source files.
Unzip both asm files to a folder.
Open the min_mon.asm file and assemble. There should be no errors.
Click the simulator button.
Click the Run button
Click the RST button. If the IO windows does not auto-open, open it.
You should have the Cold/Warm start prompt. Press c (be sure the IO window is selected and in focus)
Press Enter and you should have Ready with the cursor flashing below it.
Daryl