Hi,

I just noticed a bug in the SAM Tech Manual (3.0), so I'm pointing it
out in case anyone else gets bitten by it.

On page 16, example code for scanning the keyboard is given, which
contains the instruction:

   SCF          ;set carry flag for
   RLC  B       ;rotate next address line

This should have been "RL B", as RLC is _without_ carry.

Cheers,
-- 
Stuart Brady

Reply via email to