In SX Microcontrollers, SX/B Compiler and SX-Key Tool, bernoulli wrote: Gents, I was having the same issue for the past days, and I believe I have figured out what you need to know. The situation is where one has defined a VAR and CON SX/B and they want them to also be used in an assembly routine which is part of the overall SX/B program. Let me give two examples which may help illustrate this. For each example in assembly, we will make X = Y. If Y is a variable in SX/B, then use in assembly: mov X,Y If Y is a constant in SX/B, then use in assembly: mov X,#Y If anyone has other tidbits of information not noted in the documents, I would enjoy knowing about them. Thanks ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=179621#m251315 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2008 (http://www.dotNetBB.com)