Searching \ for 'Frank Testa (was: "Re: CODE formatting....")' in subject line. ()
Make payments with PayPal - it's fast, free and secure! Help us get a faster server
FAQ page: techref.massmind.org/techref/index.htm?key=code+formatting
Search entire site for: 'Frank Testa (was: "Re: CODE formatting....")'.

Truncated match.
PICList Thread
'Frank Testa (was: "Re: CODE formatting....")'
1996\12\09@145742 by fastfwd

face
flavicon
face
Scott Dattalo <spam_OUTsdattaloTakeThisOuTspamunix.sri.com> wrote:

> >    movf    (bbb), w
> >    skpnc
> >    incfsz  (bbb), w
> >    addwf   (aaa), f
>
> And as Bob F. and I were recently discussing, this comes from
> Microchip's AN617. The author is Frank Testa.

Scott & Bob:

I'd also be inclined to believe that Frank Testa was the first to use
that implementation... His use is the earliest reference I've seen.

Of course, others among us have discovered it independently.

Testa also pointed out -- and I only learned about this in 1994, so
he knew about it earlier -- that, with a minor modification, the
code works for valid-carry two-byte SUBTRACTION, too:

   MOVF   SOURCELO,W
   SUBWF  DESTLO
   MOVF   SOURCEHI,W
   SKPC
   INCFSZ SOURCEHI,W
   SUBWF  DESTHI

Note that the Z flag is invalid at the conclusion of the suhtraction.

-Andy

Andrew Warren - .....fastfwdKILLspamspam@spam@ix.netcom.com
Fast Forward Engineering, Vista, California
http://www.geocities.com/SiliconValley/2499

More... (looser matching)
- Last day of these posts
- In 1996 , 1997 only
- Today
- New search...