This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Memory display with monitor166

Hi

I just managed to interface an external fast RAM to my C167CR. The base address is 0x50000 \CS2 selectable.

Using the MONITOR166 and the "load" command I load two files into the memory at base addresses 0x54000 and 0x56000 respectively. When I display the memory contents (using the "d" command during debugging) I find that nothing is writen at 0x54000 and that at 0x56000 my file is writen correctly.

1. What I see when using the "d 0x54000, 0x58000" are the real contents of my hardware memory?

2. Why I'm able to see entries only at 0x56000 and beyond, and nothing written at 0x54000?

Could those possibly be problems with my memory hardware or its some issue related to the way that monitor166 works?

Thanks

George

0