In SX Microcontrollers, SX/B Compiler and SX-Key Tool, JonnyMac wrote: You can only have one operator per line, and parethesis are not allowed -- break those long lines into individual elements with one operator (you may need a temporary variable or two) e.g., cValue = crc_HSB ^ cValue cValue = cValue >> 4 tmpB1 = crcHSB ^ cValue cValue = cValue ^ tmpB1 etc. ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=394728#m395005 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2009 (http://www.dotNetBB.com)