Cassie Carstens wrote: > The following code was generated to validate the cross boundary > feasibility. The contents of OFFSET cycles from 0 to 9 BUT THE VALUE > 6 AT H100 IS NEVER PICKED UP !!!!!!! The sequence is thus : 1 2 3 4 > 5 7 8 9 0 !!!!! PLEASE tell me what is wrong ???????? > > .... > > movlw LOW try > .... > movlw HIGH try Cassie: Change those to "movlw low (try+1)" and "movlw high (try+1)" and it'll work fine. -Andy === Andrew Warren - fastfwd@ix.netcom.com === Fast Forward Engineering - Vista, California === http://www.geocities.com/SiliconValley/2499 === For PICLIST help (including "unsubscribe" instructions), === put the single word "help" in the body of a message and === send it to: listserv@mitvma.mit.edu