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!
Michal Kowalski's 6502 simulator
-
leeeeee
- In Memoriam
- Posts: 347
- Joined: 30 Aug 2002
- Location: UK
- Contact:
Mats wrote:
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?
BBR*
BBS*
RMB*
SMB*
*=0,..,7
are unknown. Do they have other names or are they not implemented at all in assembler/simulator?
Quote:
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 ...
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.
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!
A "Help File" in English is really not needed, the menu is fully self-explanatory!
Re: Michal Kowalski's 6502 simulator
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)

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)
_________________________________________________________________________
Checkout my 2pass assembler/monitor https://github.com/jdimeglio/6502-Monitor
Checkout my 2pass assembler/monitor https://github.com/jdimeglio/6502-Monitor
Re: Michal Kowalski's 6502 simulator
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?
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
_________________________________________________________________________
Checkout my 2pass assembler/monitor https://github.com/jdimeglio/6502-Monitor
Checkout my 2pass assembler/monitor https://github.com/jdimeglio/6502-Monitor