
5.CONVERSION RULES B-64214EN/01
- 84 -
5.4.60 JMPC
PMC-SB7
JMPC
• JMPC transfers control from subprogram to LEVEL2.
• LABEL instruction where the destination of JMPC must be allocated in LEVEL2.
PMC-SD7
(Not converted)
Not converted.
• Compatible instruction does not exist.
(Jump to another logic block is not supported.)
User’s operations
to finish conversion
Please modify the construction of subprograms not to use JMPC.
• If the subprogram is called from LEVEL2 directly, same result can be got by jumping to
the end of subprogram.
5.4.61 LBL
PMC-SB7
LBL
• Identifier of the label instruction is specified by L address.
PMC-SD7
LABELN
LBL is converted to LABELN.
• Symbol of L address is defined to label name.
(If symbol is not defined to the L address, L**** is used as label name.)
User’s operations
to finish conversion
No operation is needed.