Hello,
I'm looking for an KIM-1 emulation running under the Kowalski Simulator.
Is there a version that is adapted?
Thanks for any help.
Cheers,
Jan
Search found 51 matches
- Fri May 16, 2025 1:52 pm
- Forum: Emulation and Simulation
- Topic: KIM-1 emulation running on Kowalski Simulator
- Replies: 4
- Views: 2031
- Mon Apr 28, 2025 5:59 pm
- Forum: Emulation and Simulation
- Topic: Runing EHBasic on Kowalski Simulator
- Replies: 19
- Views: 5595
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 ...
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 ...
- Mon Apr 28, 2025 7:27 am
- Forum: Emulation and Simulation
- Topic: Runing EHBasic on Kowalski Simulator
- Replies: 19
- Views: 5595
Re: Runing EHBasic on Kowalski Simulator
THe are the copy's
- Sun Apr 27, 2025 9:01 pm
- Forum: Emulation and Simulation
- Topic: Runing EHBasic on Kowalski Simulator
- Replies: 19
- Views: 5595
Re: Runing EHBasic on Kowalski Simulator
Please discard last message, I compiling the wrong sequence.
Compiling is okee, but when I stated NHBasic and enter the "c" for cold start and a return for the memory size
the program is running to the end (without anything) and prints ready.
Some idee, what could wrong?
Schermafbeelding 2025-04 ...
Compiling is okee, but when I stated NHBasic and enter the "c" for cold start and a return for the memory size
the program is running to the end (without anything) and prints ready.
Some idee, what could wrong?
Schermafbeelding 2025-04 ...
- Sun Apr 27, 2025 8:55 pm
- Forum: Emulation and Simulation
- Topic: Runing EHBasic on Kowalski Simulator
- Replies: 19
- Views: 5595
Re: Runing EHBasic on Kowalski Simulator
I have used the latest version of the Kowalski-simulator, and use EHBasic 2.22.
When I try to compile got an error on line
Ibuffs = IRQ_vec+$14
The files I use I also included.
When I try to compile got an error on line
Ibuffs = IRQ_vec+$14
The files I use I also included.
- Fri Apr 25, 2025 7:36 pm
- Forum: Emulation and Simulation
- Topic: Runing EHBasic on Kowalski Simulator
- Replies: 19
- Views: 5595
Re: Runing EHBasic on Kowalski Simulator
Thanks for the replay, it is working well on this moment.
- Fri Apr 25, 2025 2:17 pm
- Forum: Emulation and Simulation
- Topic: Runing EHBasic on Kowalski Simulator
- Replies: 19
- Views: 5595
Re: Runing EHBasic on Kowalski Simulator
This is my version:
- Fri Apr 25, 2025 1:14 pm
- Forum: Emulation and Simulation
- Topic: Runing EHBasic on Kowalski Simulator
- Replies: 19
- Views: 5595
Re: Runing EHBasic on Kowalski Simulator
When I try to compile min_mon.asm I get. error in the iclude file.
When I compile the include file basic.asm I get this message.
Schermafbeelding 2025-04-25 om 15.01.08.png
Schermafbeelding 2025-04-25 om 15.01.32.png
Maby there are more errors but the program is stopped here.
The source I ...
When I compile the include file basic.asm I get this message.
Schermafbeelding 2025-04-25 om 15.01.08.png
Schermafbeelding 2025-04-25 om 15.01.32.png
Maby there are more errors but the program is stopped here.
The source I ...
- Fri Apr 25, 2025 10:51 am
- Forum: Emulation and Simulation
- Topic: Runing EHBasic on Kowalski Simulator
- Replies: 19
- Views: 5595
Re: Runing EHBasic on Kowalski Simulator
Thanks for the reply, but I don't understand your reply.
- Fri Apr 25, 2025 9:19 am
- Forum: Emulation and Simulation
- Topic: Runing EHBasic on Kowalski Simulator
- Replies: 19
- Views: 5595
Runing EHBasic on Kowalski Simulator
On https://gotbasic.com/ehbasic.html
I ound two downloads for EHBasic to run in the Kowalski simulator.
Unfortunately, assembling gives an error.
This occurs in the file "basic.asm".
This error occurs in both versions.
I don't know what to do with this error.
Can someone help me with this to ...
I ound two downloads for EHBasic to run in the Kowalski simulator.
Unfortunately, assembling gives an error.
This occurs in the file "basic.asm".
This error occurs in both versions.
I don't know what to do with this error.
Can someone help me with this to ...
- Tue Apr 22, 2025 2:45 pm
- Forum: Emulation and Simulation
- Topic: How to use py65 on a Mac
- Replies: 7
- Views: 2272
Re: How to use py65 on a Mac
Thanks, this was very helpful.
I'm now able to run Taliforth from my terminal on my macbook!
Cheers,
Jan
I'm now able to run Taliforth from my terminal on my macbook!
Cheers,
Jan
- Mon Apr 21, 2025 2:15 pm
- Forum: Emulation and Simulation
- Topic: How to use py65 on a Mac
- Replies: 7
- Views: 2272
Re: How to use py65 on a Mac
thanks, but my system is not recognize py65. Have take a look in "site-packages" and it is there.
But when I give py65 in the terminal got this : command not found: py65
Don't know how to proceed!
But when I give py65 in the terminal got this : command not found: py65
Don't know how to proceed!
- Mon Apr 21, 2025 9:54 am
- Forum: Emulation and Simulation
- Topic: How to use py65 on a Mac
- Replies: 7
- Views: 2272
How to use py65 on a Mac
I have installed py65 on my MacBook.
Requirement already satisfied: setuptools in /Library/Python/3.9/site-packages (78.1.0)
Requirement already satisfied: py65 in ./Library/Python/3.9/lib/python/site-packages (1.2.0)
How can I start py65 to emulate a 65c02 and run Taliforth have no clou ?
Tanks ...
Requirement already satisfied: setuptools in /Library/Python/3.9/site-packages (78.1.0)
Requirement already satisfied: py65 in ./Library/Python/3.9/lib/python/site-packages (1.2.0)
How can I start py65 to emulate a 65c02 and run Taliforth have no clou ?
Tanks ...
- Sun Apr 20, 2025 8:50 pm
- Forum: Emulation and Simulation
- Topic: 65C02 Emulator for esp32
- Replies: 15
- Views: 4336
Re: 65C02 Emulator for esp32
Thanks for this information, is very helpfull.
Where can I find the free zero page addresses that are left from Taliforth?
I have make some floating point routines for my fig forth, and wont try to reuse these for Taliforth, just for fun!
A'm not able to recompile Taliforth, because don't have ...
Where can I find the free zero page addresses that are left from Taliforth?
I have make some floating point routines for my fig forth, and wont try to reuse these for Taliforth, just for fun!
A'm not able to recompile Taliforth, because don't have ...
- Sun Apr 20, 2025 6:01 pm
- Forum: Emulation and Simulation
- Topic: 65C02 Emulator for esp32
- Replies: 15
- Views: 4336
Re: 65C02 Emulator for esp32
Here is my final version. This is now according to the original, with a few small adjustments for the esp32/teensy.
Did a few tests and it works as it should. Now I'm going to try if I can use the sd card to store the blocks.
Did a few tests and it works as it should. Now I'm going to try if I can use the sd card to store the blocks.