TAILIEUCHUNG - Cracker Handbook 1.0 part 46

Tham khảo tài liệu 'cracker handbook part 46', 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ả | Syntax JA Label After a comparison this command jumps if it is or jumps if it is not down or if not it is the equal. This means that the jump is only done if the CF flag is deactivated or if the ZF flag is deactivated that is that one of the two be equal to zero. JAE JNB INSTRUCTION Purpose Conditional jump. Syntax JAE label It jumps if it is or it is the equal or if it is not down. The jump is done if CF is deactivated. JB JNAE INSTRUCTION Purpose Conditional jump. Syntax JB label It jumps if it is down if it is not or if it is the equal. The jump is done if CF is activated. JBE JNA INSTRUCTION Purpose Conditional jump. Syntax JBE label It jumps if it is down the equal or if it is not . The jump is done if CF is activated or if ZF is activated that any of them be equal to 1. JE JZ INSTRUCTION Purpose Conditional jump. Syntax JE label It jumps if it is the equal or if it is zero. The jump is done if ZF is activated. JNE JNZ INSTRUCTION Purpose Conditional jump. Syntax JNE label It jumps if it is not equal or zero. The jump will be done if ZF is deactivated. JG JNLE INSTRUCTION Purpose Conditional jump and the sign is taken into account. Syntax JG label It jumps if it is larger if it is not larger or equal. 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 .

Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.