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
Runing EHBasic on Kowalski Simulator
Re: Runing EHBasic on Kowalski Simulator
Please visit my website -> https://sbc.rictor.org/
- BigDumbDinosaur
- Posts: 9425
- Joined: 28 May 2009
- Location: Midwestern USA (JB Pritzker’s dystopia)
- Contact:
Re: Runing EHBasic on Kowalski Simulator
powersoft_51 wrote:
THe are the copy's...
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?
x86? We ain't got no x86. We don't NEED no stinking x86!
Re: Runing EHBasic on Kowalski Simulator
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
Hopefully, the source has an unintentional update and using a fresh source will resolve it.
Daryl
Please visit my website -> https://sbc.rictor.org/
-
powersoft_51
- Posts: 51
- Joined: 22 Jun 2024
Re: Runing EHBasic on Kowalski Simulator
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?
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
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
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
- Attachments
-
- basic222p5.zip
- (68.7 KiB) Downloaded 99 times
Please visit my website -> https://sbc.rictor.org/