TAILIEUCHUNG - Cracker Handbook 1.0 part 47

Tham khảo tài liệu 'cracker handbook part 47', 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ả | Purpose Conditional jump and the state of the flags is taken into account. Syntax JO label It jumps if there is overflow. The jump is done if OF 1. JP JPE INSTRUCTION Purpose Conditional jump the state of the flags is taken into account. Syntax JP label It jumps if there is parity or if the parity is even. The jump is done if PF 1. JS INSTRUCTION Purpose Conditional jump and the state of the flags is taken into account. Syntax JS label It jumps if the sign is on. The jump is done if SF 1. Instructions for cycles loop They transfer the process flow conditionally or unconditionally to a destiny repeating this action until the counter is zero. LOOP LOOPE LOOPNE LOOP INSTRUCTION Purpose To generate a cycle in the program. Syntax LOOP label The loop instruction decreases CX on 1 and transfers the flow of the program to the label given as operator if CX is different than 1. LOOPE INSTRUCTION Purpose To generate a cycle in the program considering the state of ZF. Syntax LOOPE label This instruction decreases CX by 1. If CX is different to zero and ZF is equal to 1 then the flow of the program is transferred to the label indicated as operator. LOOPNE INSTRUCTION Purpose To generate a cycle in the program considering the state of ZF. Syntax LOOPNE label This instruction decreases one from CX and transfers the flow of the program only if ZF is different to 0. Counting instructions They are used to decrease or increase the content of the counters. DEC INC DEC INSTRUCTION Purpose To decrease the operator. Syntax DEC destiny This operation subtracts 1 from the destiny operator and stores the new value in the same .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã 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.