We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am using a dallas ds80c400 and Keil Cx51. I can download and run my programs on the dallas processor or using the MON390 program. However, I am not able to use the simulator program. When I attempt to use it, it starts my program at address 0 and there is nothing but NOPs. When I use the mon390 program, the program starts at 0, but there is a AJMP that goes to 20A8. I can not put this same command in the simulator because I get error 116: branch target out of range. What am I doing wrong?
Jon, Thanks, this is just what I was looking for. I can now force my code to start where I want. I thought I had heard that the dallas contiguous mode is not supported in the generic simulator, but could not find any documentation on this at Keil or Maxim. Robert