English
Language : 

ST52T301 Datasheet, PDF (73/100 Pages) STMicroelectronics – 8-Bit OTP/EPROM DuaLogic] MCUs WITH ADC, UART, TIMER, TRIAC & PWM DRIVER
ST52T301/E301
JPS
Jump on Sign Flag
Format:
JPS addr
Operation: if S=1, PC <- addr
(PC = Program Counter)
Description: If the S flag is set then the PC value is replaced with the specified value, causing a jump
to another location in the program memory.
Flags:
Z,S not affected.
Bytes:
2
Cycles:
6
Example: If the S flag is set then the instruction:
JPS 1123
1110|0100 01100011
causes the PC to be loaded with the value 1123 and the program to continue from that
location.
73/99