MOVB bit1,bit2 | |
| Description: | Move bit2 into bit1 |
| Operation: | bit1 = bit2 |
| Flags affected: | none |
| Registers affected: | bit1 |
| Sources referenced: | bit2 |
| Cycles: | 4 |
| Opcode: | |
| Actually compiles to: | sb bit2; clrb bit1; snb bit2setb bit1 |
| Microchip PIC syntax: | BTFSS bit2; BCF bit1; BTFSC bit2; BSF bit1 (doesn't work) |
| Notes: | |
See also:
| file: /Techref/scenix/inst/movbbit1bit2.htm, 1KB, , updated: 2001/9/10 12:14, local time: 2012/5/24 14:09,
38.107.179.232:LOG IN |
| ©2012 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.ecomorder.com/techref/scenix/inst/movbbit1bit2.htm"> SX Instruction MOVB bit1,bit2</A> |
| Did you find what you needed? |
Welcome to ecomorder.com! |
|
Peter Todd has released source and sample projects for his artwork, including his 3d wireframe cube renderer for the PIC 18f6520 This includes examples of hardware developed with free software tools such as gEDA/gschem/PCB, SDCC, gputils and picp all on Linux. http://petertodd.ca/art/source-code/ |
.