Test case R0170
Full test suiteDevice test case
IL: jump to label
This test case it part of the test suite proposed for new devices.
Test case ID: R0170
Language: ST,IL
tests2/t0170a.ilPROGRAM R0170 VAR_GLOBAL a : BOOL := FALSE; b : INT; END_VAR LD 42 ST b JMP end LD 40 ST b GT 13 S a end: LD 42 ST b END_PROGRAMtests2/t0170b.stPROGRAM ZZZ_R0170 VAR_EXTERNAL a : BOOL; b : INT; END_VAR _GEB_ASSERT_(a = 0); _GEB_ASSERT_(b = 42); END_PROGRAM