Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
Tham khảo tài liệu 'cracker handbook 1.0 part 58', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | The jump occurs if ZF 0 or if OF SF. JGE JNL INSTRUCTION Purpose Conditional jump and the sign is taken into account. Syntax JGE label It jumps if it is larger or less than or equal to. The jump is done if SF OF JL JNGE INSTRUCTION Purpose Conditional jump and the sign is taken into account. Syntax JL label It jumps if it is less than or if it is not larger than or equal to. The jump is done if SF is different than OF. JLE JNG INSTRUCTION Purpose Conditional jump and the sign is taken into account. Syntax JLE label It jumps if it is less than or equal to or if it is not larger. The jump is done if ZF 1 or if SF is defferent than OF. JC INSTRUCTION Purpose Conditional jump and the flags are taken into account. Syntax JC label It jumps if there is cartage. The jump is done if CF 1 JNC INSTRUCTION Purpose Conditional jump and the state of the flags is taken into account. Syntax JNC label It jumps if there is no cartage. The jump is done if CF 0. JNO INSTRUCTION Purpose Conditional jump and the state of the flags is taken into account. Syntax JNO label It jumps if there is no overflow. The jump is done if OF 0. JNP JPO INSTRUCTION Purpose Conditional jump and the state of the flags is taken into account. Syntax JNP label It jumps if there is no parity or if the parity is uneven. The jump is done if PF 0. JNS INSTRUCTION Purpose Conditional jump and the state of the flags is taken into account. Syntax JNP .