In SX Microcontrollers, SX/B Compiler and SX-Key Tool, phipi wrote: It's most often the case that the extra instruction you need to insert can do something useful and not just be a NOP. For example, this sequence: [code] SETB RD.2 SETB RD.7 MOV W,INCR ADD INDEX,W [code] could be rewritten [code] SETB RD.2 MOV W,INCR SETB RD.7 ADD INDEX,W [code] This inserts the necessary delay between [b]SETB[/b]s without using any more clock cycles than the original code. -Phil ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=217618#m217913 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2007 (http://www.dotNetBB.com)