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?
They're not implemented as not all 65C02 cores support them.
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 ...
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.