Thursday, July 12, 2012

Jump-If-Not


---( JMPN )  Jump-If-Not 
Symbol
<label name>
---( JMPN )
Description
---( JMPN ) (Jump-If-not) corresponds to a "goto label" function which is executed if the RLO is "0".
A destination (LABEL) must also exist for every ---( JMPN ).  
All instructions between the jump instruction and the label are not executed.
If a conditional jump is not executed, the RLO changes to "1" after the jump instruction.
If I0.0 = "0", the jump to label CAS1 is executed. Because of the jump, the instruction to reset output
Q4.0 is not executed even if there is a logic "1" at I0.3.
!--RELATED-POSTS-STARTS-->

No comments:

Post a Comment