RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
482
Undelayed
Short List
Command
list_jump_cond
Function Conditional absolute list jump: list_jump_cond executes list_jump_pos(
Pos
), if the
current
IOvalue
at the EXTENSION 1 socket connector’s 16-bit digital input port meets the
following condition:
((IOvalue AND Mask1) = Mask1) AND (((not IOvalue) AND Mask0) = Mask0)
(= if the bits specified in
Mask1
are
1
and the bits specified in
Mask0
are
0
). Otherwise, the
directly following list command is immediately executed.
Call
list_jump_cond( Mask1, Mask0, Pos )
Parameters
Mask1
16-bit mask.
As an unsigned 32-bit value.
Only the lower 16 bits are evaluated.
Mask0
See
Mask1
.
Pos
Absolute jump address [0…(2
23
–1)].
As an unsigned 32-bit value.
Comments • list_jump_cond is synonymous with list_jump_pos_cond (see comments there).
RTC4RTC6 Basically unchanged functionality. However:
• Jumps into or out from the protected RTC6 List Memory area “List 3” are not allowed
(illegal Jump Commands are ignored during processing, see also list_jump_pos).
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References list_jump_pos, list_jump_pos_cond