Randie, use the following: Microchip Parallax BCF 3,0 CLC ; Clear Carry BSF 3,0 STC ; Set Carry In the Microchip syntax, the "3,0" means clear/set register 3, Bit 0 (Status register, Carry Bit). The Parallax syntax is just a macro for the Microchip syntax. You should check out Microchip's Web site and download their MPASM and related device documentation. http://www.microchip.com/ - Tom At 12:19 PM 11/4/97 -0800, you wrote: >Hello, > >Just wondering..... >Is there any way to reset Carry back to zero without using RRF or RLF? >Something similar to CLRW (which sets Z). Simple single command? Tricks? >Can't find anything in instruction set. > > > >Thanks in advance, > >-Randie > ________ > Randie Ohtsji / ____/ /__ ____ ____ ___ _________ > email: rohtsji@glenayre.com / /___/ / _ \/ __ \/ __ `/ / / / __/ _ \ > Glenayre R & D / /_\ / / __/ / / / /_/ / /_/ / / / __/ > Vancouver, B.C. CANADA \____/_/\___/_/ /_/\__,_/\__ /_/ \___/ > Phone: (604) 293-1611 x4555 ________________________/ / > Fax: (604) 293-4317 /_________________________/ > >