On Sat, 30 Jun 2001, Roman Black wrote: > Something like: > if(x>=31) goto blah > else if(x==7) goto womble Why not: incf x,w xorlw 8 skpnz goto womble andlw 0xe0 skpz goto blah Of course, this only works well with Mersenne Primes :). Scott -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body