cbscpe wrote:
Hi Daryl,
.... Building (I use a 20MHz Crystal, I didn't have 24MHz Crystal or Oscillator) the Image for 20MHz was not a problem and it works, however I have problems to use the monitor commands
*********************************
AVR 65C02 Emulator
By Daryl Rictor (c) 2013
Press Enter to Start System
Press 'U' to upload new ROM image
.
.........................
>
I expect now 16 lines with 16 bytes but nothing happens, just a gives me a new prompt? Also other commands to not behave as expected, others like L(ist) work.
What do I wrong?
Regards
Peter
Hi guys,
I'm running the 65C02 emulator with a 16 MHz clock and I have changed the bit rate to 9600 bps. When I run the AtmegaI receive on the terminal:
*********************************
AVR 65C02 Emulator
By Daryl Rictor (c) 2013
Press Enter to Start System
Press 'U' to upload new ROM image
That's right, then I press Enter (and indeed the terminal only sends the character 0x0D), but instead of receiving:
Version 3.1 - Starting Emulator...
.
65C02 Monitor v5.2 (6-28-13) Ready
with Enhanced Basic Interpreter (c) Lee Davison,
FIGForth, and MicroChess (c) Peter Jennings
(Press ? for help)
>0300.3FF
, what I receive is 608 bytes of ASCII characters equvalents to the 0x80 and 0x00 values, like this:
80 80 00 00 80 00 00 80 80 80 80 80 00 80
00 00 80 80 00 80 80 00 80 80 80 80 80 00 80 80 00 00 80 00 00 00 80 00
80 00 00 00 00 80 80 80 00 00 00 80 00 80 80 00 80 80 80 00 80 00 00 80
00 80 80 80 00 80 80 00 80 80 80 00 80 00 00 80 80 00 80 80 80 80 80 80
80 80 80 00 80 80 80 00 80 00 80 80 80 80 80 00 00 80 00 80 00 00 80 00
00 80 00 00 00 80 80 00 00 80 00 80 00 80 80 00 00 80 00 80 80 00 00 80
00 80 80 80 00 80 00 80 00 00 00 00 00 00 00 80 80 00 80 80 80 80 00 80
80 80 00 80 80 00 80 80 80 80 80 00 00 80 00 00 00 80 80 80 80 80 00 00
80 00 00 00 00 00 00 00 80 00 00 80 00 80 80 80 00 00 00 00 00 00 80 80
80 00 80 00 00 80 00 00 80 00 80 00 00 00 00 00 80 80 80 80 00 80 80 00
80 00 00 80 80 00 80 80 80 00 00 80 00 80 80 80 80 00 80 80 00 80 80 00
80 80 00 00 80 80 00 80 00 80 80 00 80 80 80 00 80 00 80 80 80 00 80 80
80 00 80 00 00 80 00 00 00 00 80 80 00 80 80 00 80 80 00 80 80 80 00 80
00 00 80 00 00 80 00 80 80 00 80 80 80 80 00 80 00 00 80 00 80 00 00 80
80 80 00 80 00 80 80 80 80 00 80 00 00 80 00 00 00 80 00 80 00 80 80 00
80 00 00 00 00 00 80 80 80 00 80 80 80 00 80 00 00 00 00 80 80 00 80 00
80 80 80 00 80 80 80 00 80 80 80 80 00 80 80 00 80 00 80 80 00 00 80 00
00 00 80 80 00 00 80 80 00 80 00 00 80 80 80 80 00 00 80 00 80 80 00 80
80 00 80 00 00 00 80 00 80 00 80 80 00 00 80 00 00 80 80 00 80 80 00 80
80 80 00 80 00 00 80 80 80 80 80 00 80 00 80 80 80 80 00 80 80 00 80 80
00 80 00 00 00 80 00 80 00 80 80 00 80 00 00 00 00 80 80 80 80 00 80 00
80 80 80 80 00 80 00 00 80 00 00 00 80 00 80 80 80 00 80 00 80 80 00 80
80 80 00 80 80 00 80 80 80 00 80 80 00 80 80 80 00 00 80 00 00 80 00 00
80 80 00 00 80 80 80 00 80 80 00 80 80 00 80 00 00 80 00 00 00 00 00 80
80 80 80 00 00 80 00 00 00 80 80 80 80 00 80 00 80 80 00 80 80 00 80 00
80 80 00 00 80 00 00 00
Please, must be I load before any file o something is going wrong?
Diego