Thursday, July 12, 2012

Conditional Jump


--(JMP)---  Conditional Jump
Symbol
<label name>
---( JMP )
Description  
---( JMP ) (jump within the block when 1) functions as a conditional jump when the RLO of the
previous logic operation is "1".
A destination (LABEL) must also exist for every ---( JMP ).
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 = "1", 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