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.
Hello Forum, when I using the C166 simulator and the Disassembly window in there, I can use its scroll bar to select the disassembled code area in a coarse manner. But only to select a range between 0x000000 and 0x00FFFF. But my software lies in the range starting at 0x010000. It displays the code without problems, but the scroll bar ist always at the most bottom position. Scrolling is possible only by using the arrows surrounding the scrollbar, which is quite annoyingly slow (when I have to scroll towards a more distant position) It would be fine, if I can say that the scrollbar reaches the interval between, saying, 0x010000 and 0x012345. Are there any suggestions? Thanks - Peter
Select the disassembly window (left click in it's background somewhere) and right click. This opens a selection window with 'Address Range' selections, among others. Best luck.
Finally! Thanks. I haven't seen this menu item yet. If some developer of the IDE read this: Why don't you let the user input two adresses for beginning and end of the scroll bar in the "Options for Target ..." requester under the "Debug" tab? Ciao - Peter