JB bit,addr | |
| Description: | Jump TO address if bit |
| Operation: | ( fr & ( 1 << bit )) == 1 ? PC = addr |
| Flags affected: | none |
| Registers affected: | PC |
| Sources referenced: | bit |
| Cycles: | 2 * |
| Opcode: | |
| Actually compiles to: | snb bit; jmp addr |
| Microchip PIC syntax: | BTFSC bit; GOTO addr |
| Notes: | |
See also:
| file: /Techref/scenix/inst/jbbitaddr.htm, 1KB, , updated: 2001/9/10 12:14, local time: 2012/5/24 13:58,
38.107.179.233: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/jbbitaddr.htm"> SX Instruction JB bit,addr</A> |
| Did you find what you needed? |
|
PIC 16 series Microcontroller Instruction Set Reference. And his Hobby Electronics web site at http://hobby_elec.piclist.com. |
|
The only consistant, simple to use yet powerful development environment. It simulates real-world devices via virtual component "plugins" (LED,LCD,key,motor,TV,etc) in real time, has a syntax highlighting editor, macro assembler and disassembler. Regular updates and third-party plugins keep this software ahead of any other PIC IDE. |
.