Sign in to follow this  
Followers 0
kcor

CX programmer question

7 posts in this topic

have question that I hope someone can help with. When using syswin, i use the alt-f7 whenever i am searching through or debugging a program. this brings up a address cross reference menu. Is there a way to do the same in cx programmer? I know I can do the search find, but wondering if there is a way to simulate the alt-f7. thanks

Share this post


Link to post
Share on other sites
you have 2 tools that you can use to know witch adresses are used in your program, First, the one I prefer is the adress reference tool , Alt+3 Second, is the cross reference report, Alt+X Hope this helps SimonP

Share this post


Link to post
Share on other sites
If you would like you can change all the shortcuts to what you remember from Syswin. Select Tools|Keyboard mapping:

Share this post


Link to post
Share on other sites
thanks more familiar with syswin, so it makes it easier for the moment

Share this post


Link to post
Share on other sites
How to see in the list of symbols items without a name and the comment? CX-Programmer v3.3

Share this post


Link to post
Share on other sites
That's just it! If it doesn't have a name or a comment, it's not a symbol. What you want is an address listing. Try view| cross reference.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0