11.07.2015 Views

section 7 - Index of

section 7 - Index of

section 7 - Index of

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

JCLR Jump If Bit Clear JCLROperation:Assembler Syntax:If S[n]=O, then xxxx-+PC JCLR #n,X:ea,xxxxelse PC+ 1-+PCIf S[n]=O, then XXXX -+PC JCLR #n,X:aa,xxxxelse PC+ 1 -+PCIf S[n]=O, then XXXX -+PC JCLR #n,X:pp,xxxxelse PC+ 1 -+PCIf S[n]=O, then XXXX -+PC JCLR #n,Y:ea,xxxxelse PC+ 1 -+PCIf S[n]=O, then XXXX -+PC JCLR #n,Y:aa,xxxxelse PC+ 1 -+PCIf S[n]=O, then XXXX -+PC JCLR #n,Y:pp,xxxxelse PC+ 1 -+PCIf S[n]=O, then XXXX -+PC JCLR #n,S,xxxxelse PC+ 1 -+PCDescription: Jump to the 16-bit absolute address in program memory specified in theinstruction's 24-bit extension word if the nth bit <strong>of</strong> the source operand S is clear. The bit tobe tested is selected by an immediate bit number from 0-23. If the specified memory bitis not clear, the program counter (PC) is incremented and the absolute address in theextension word is ignored. However, the address register specified in the effectiveaddress field is always updated independently <strong>of</strong> the state <strong>of</strong> the nth bit. All address registerindirect addressing modes may be used to reference the source operand S. AbsoluteShort and I/O Short addressing modes may also be used.-

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!