MOVB bit1,/bit2 | |
Description: | Move not bit2 into bit1 |
Operation: | bit1 = ! bit2 |
Flags affected: | none |
Registers affected: | bit1 |
Sources referenced: | bit2 |
Cycles: | 4 |
Opcode: | |
Actually compiles to: | snb bit2; clrb bit1; sb bit2; setb bit1 |
Microchip PIC syntax: | BTFSC bit2; BCF bit1; BTFSS bit2; BSF bit1 (doesn't work) |
Notes: |
file: /Techref/scenix/inst/movbbit1notbit2.htm, 1KB, , updated: 2001/9/10 12:14, local time: 2024/9/8 05:19,
34.231.180.210:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/techref/scenix/inst/movbbit1notbit2.htm"> SX Instruction MOVB bit1,/bit2</A> |
Did you find what you needed? |
PICList 2024 contributors:
o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
Welcome to www.piclist.com! |
.