As I suspected, John would have an excellent solution. But he inadvertantly sent it to only me: Return-Path: Received: from Kitten.mcs.com by unix.SRI.COM (SMI-8.6/SMI-SVR4) id LAA23064; Wed, 27 Aug 1997 11:27:17 -0700 Received: from Venus.mcs.net (supercat@Venus.mcs.net [192.160.127.92]) by Kitten.mcs.com (8.8.5/8.8.2) with ESMTP id NAA23749 for ; Wed, 27 Aug 1997 13:27:13 -0500 (CDT) Received: (from supercat@localhost) by Venus.mcs.net (8.8.5/8.8.2) id NAA22816 for sdattalo@unix.SRI.COM; Wed, 27 Aug 1997 13:27:12 -0500 (CDT) From: John Payson Message-Id: <199708271827.NAA22816@Venus.mcs.net> Subject: Re: Bit Banging Beckoning To: sdattalo@unix.SRI.COM Date: Wed, 27 Aug 1997 13:27:11 -0500 (CDT) In-Reply-To: <34046293.3FEC@unix.sri.com> from "Scott Dattalo" at Aug 27, 97 10:23:31 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text > A | B > -------+-------- > 00 | 000 > 01 | 001 > 10 | 011 > 11 | 111 clrf B btfsc A,1 bsf B,0 btfsc A,1 bsf B,1 bsf C btfsc A,0 rlf B Should be 17 points I think, right?