Thanks for your response Daryl, sorry for not responding sooner. It was for health reasons.
Honestly, before trying your AVR-based 6502 Emulator, I had tried to go ahead with the klaus's sytem , but I couldn't get into the command mode. When booting the system the monitor runs continuously and does not respond to enter command mode. I have asked for some help in
http://forum.6502.org/viewtopic.php?f=8&t=2407&start=30. I didn't get too much.
The only thing I have achieved is that the debugger/monitor attends to a Break launched from TeraTerm, as can be seen below:
..........................
0.1FF 0.FFF9 00 x00 y00 NV-BDIZC H>
0.1FF 0.FFF8 00 x00 y00 NV-BDIZC H>
0.1FF 0.FFF7 00 x00 y00 NV-BDIZC H>
0.1FF
Terminal break signal detected
0.1FF 0.FFF1 00 x00 y00 NV-BDIZC H>
0.1FF 0.FFF0 00 x00 y00 NV-BDIZC H>
..................
On the other hand, continuing with your AVR-based 6502 Emulator, in a first phase, I would like to try your suggestion to read/write external memory in slow mode. Could you, please, give me some idea how to approach that in some code form?
Diego,