For Sign Flag
JP ( jump on plus ) Jump on minus ) Instructions
JP transfer the execution of the program to the specified memory address if sign flag is set (S= 0). The instruction format is
JP 16 bit memory address
JM transfer the execution of the program to the specified memory address if sign flag is set (S= 1). The instruction format is
KM 16 bit memory address