Page 2 of 2
Posted: Wed Jan 03, 2007 1:25 pm
by Mats
Even in "65C02" mode the operations:
BBR*
BBS*
RMB*
SMB*
*=0,..,7
are unknown. Do they have other names or are they not implemented at all in assembler/simulator?
When the code has been loaded as "hex-dump" (i.e in the "Intel Format" with the "Load code.."option) the options "Breakpoint" and "Run to Cursor" do not seem to be available for the simulator as opposed to the case that the code was assembled "locally". Is this really so or is there a "method" to use "Breakpoint" and "Run to Cursor" also in this case?
Strange that there is a difference depending on how the binary code was produced!
Posted: Wed Jan 03, 2007 2:23 pm
by leeeeee
Even in "65C02" mode the operations:
BBR*
BBS*
RMB*
SMB*
*=0,..,7
are unknown. Do they have other names or are they not implemented at all in assembler/simulator?
They're not implemented as not all 65C02 cores support them.
When the code has been loaded as "hex-dump" (i.e in the "Intel Format" with the "Load code.."option) the options "Breakpoint" and "Run to Cursor" do not seem to be available ...
You can only use breakpoint and similar when you have the source file loaded and not on code in the disassembly window. You can though save the disassembled listing and load that as the source.
I would like to see more 6502 variants supported by the simulator, including those with internal i/o devices, but don't have the C programming experience or the time for another project. Until then I'll keep using the program as is because it's still the most suited to my needs.
Lee.
Posted: Wed Jan 03, 2007 7:35 pm
by Mats
The Kowalski simulator is indeed superior to the simulator I used before. Thanks to Lee.. for pointing out its advantages! I will in the future never use any other simulator and I advice every 6502 developer to try it. Its qualities are really comparable to professional debuggers from for example Sun or Microsoft.
A "Help File" in English is really not needed, the menu is fully self-explanatory!
Re: Michal Kowalski's 6502 simulator
Posted: Wed Nov 11, 2020 3:46 am
by jdimeglio
Old forum and perhaps a little late but im getting back into 65C02 and found it now hard to find Michal Kowalski Simulator so thought id post it here for any other interested people.
Michal Kowalski simulator is found here
https://github.com/jdimeglio/6502-Simulator
{latest one with source code that i could find)
https://www.westerndesigncenter.com/wdc ... _Tools.php
{slightly older versions)
http://exifpro.com/utils.html
{slightly older versions)

Re: Michal Kowalski's 6502 simulator
Posted: Wed Nov 11, 2020 8:33 am
by BigEd
Welcome! You should certainly check this recent thread:
Kowalski Simulator Updates
where there is a currently-maintained version. Perhaps you could update your github version to match?
Re: Michal Kowalski's 6502 simulator
Posted: Tue Dec 15, 2020 11:45 pm
by jdimeglio

Yup - doing that - ie:keeping my github versions updates as often as i can..