Runing EHBasic on Kowalski Simulator

Topics pertaining to the emulation or simulation of the 65xx microprocessors and their peripheral chips.
User avatar
8BIT
Posts: 1787
Joined: 30 Aug 2002
Location: Sacramento, CA
Contact:

Re: Runing EHBasic on Kowalski Simulator

Post 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
Please visit my website -> https://sbc.rictor.org/
User avatar
BigDumbDinosaur
Posts: 9425
Joined: 28 May 2009
Location: Midwestern USA (JB Pritzker’s dystopia)
Contact:

Re: Runing EHBasic on Kowalski Simulator

Post by BigDumbDinosaur »

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!
User avatar
8BIT
Posts: 1787
Joined: 30 Aug 2002
Location: Sacramento, CA
Contact:

Re: Runing EHBasic on Kowalski Simulator

Post 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
Please visit my website -> https://sbc.rictor.org/
powersoft_51
Posts: 51
Joined: 22 Jun 2024

Re: Runing EHBasic on Kowalski Simulator

Post 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?
User avatar
8BIT
Posts: 1787
Joined: 30 Aug 2002
Location: Sacramento, CA
Contact:

Re: Runing EHBasic on Kowalski Simulator

Post 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
Attachments
basic222p5.zip
(68.7 KiB) Downloaded 99 times
Please visit my website -> https://sbc.rictor.org/
Post Reply