In SX Microcontrollers, SX/B Compiler and SX-Key Tool, PJMonty wrote: Chicago Mike, The actual error is [b]Tab expanded list file line too long - truncating[/b]. SASM converts tabs into spaces while making the list file. It has a fixed length buffer that it uses to work on each line that will appear in the list file. You have a situation where there are a lot of tabs and when they are converted to spaces, the result is too long to fit in the buffer. To prevent a crash, SASM truncates the line in the list file. Before you say that you don't have that many tabs in your source code line, remember that tabs are "invisible" if they appear at the end of a line. Thanks, PeterM ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=397556#m398451 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)