In SX Microcontrollers, SX/B Compiler and SX-Key Tool, rodneymc wrote: Bean (or any other brave soul), sorry to pester you again! I promise from now on, I won't ask more than one question per post! I need some help to see what's going on with PAUSE and calculated constants. I have some constants defined as the following for testing: [code] N1 CON 1600 N8a CON N1/8 'N1/8 = 1600/8 = 200 N8b CON 200 [/code] The compiler likes it, and the listing shows the calculations being performed, where N8a and N8b both show up in the assembled code as C8 (decimal 200) Then I place the following in my code, and compile it. [code] PAUSE N8a PAUSE N8b [/code] Looking at the listing, "PAUSE N8a" does not show a listing output or doesn't compile for some reason, while "PAUSE N8B" does. Can a calculated constant value be used in PAUSE? Many thanks again, and was also wondering what would you like for Christmas this year? Rodney ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=146577 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2006 (http://www.dotNetBB.com)