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.

JSCLR Jump to Subroutine If Bit Clear JSCLROperation:Assembler SyntaxIf S[n]=O,JSCLR #n,X:ea,xxxxthen SP+ 1-+SP; PC-+SSH; SR-+SSL; XXXX -+PCelse PC+1 -+PCf S[n]=O, JSCLR #n,X:aa,xxxxthen SP+ 1-+SP; PC-+SSH; SR-+SSL; xxxx-+PCelse PC+ 1-+PCIf S[n]=O, JSCLR #n,X:pp,xxxxthen SP+ 1-+SP; PC-+SSH; SR-+SSL; xxxx-+PCelse PC+ 1-+PCIf S[n]=O, JSCLR #n,Y:ea,xxxxthen SP+1-+SP; PC-+SSH; SR-+SSL; xxxx-+PCelse PC+ 1-+PCIf S[n]=O, JSCLR #n,Y:aa,xxxxthen SP+1-+SP; PC-+SSH; SR-+SSL; xxxx-+PCelse PC+ 1-+PCIf S[n]=O, JSCLR #n,Y:pp,xxxxthen SP+ 1-+SP; PC-+SSH; SR-+SSL; xxxx-+PCelse PC+ 1-+PCIf S[n]=O, JSCLR #n,S,xxxxthen SP+1-+SP; PC-+SSH; SR-+SSL; xxxx-+PCelse PC+ 1-+PC-Description: Jump to the subroutine at the 16-bit absolute address in program memoryspecified in the instruction's 24-bit extension word if the nth bit <strong>of</strong> the source operand S isclear. The bit to be tested is selected by an immediate bit number from 0-23. If the nth bit<strong>of</strong> the source operand S is clear, the address <strong>of</strong> the instruction immediately following theJSCLR instruction (PC) and the system status register (SR) are pushed onto the systemstack. Program execution then continues at the specified absolute address in the instruction's24-bit extension word. If the specified memory bit is not clear, the program counter(PC) is incremented and the extension word is ignored. However, the address register

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

Saved successfully!

Ooh no, something went wrong!