What is a break, what is capture, what is the difference between interruption and capture?

Source: Internet
Author: User

Interrupt:

Interrupts caused by processor external events are called external interrupts, also known as interrupts. In x86, it is called an asynchronous interrupt, which is generated randomly with the CPU clock, and can occur in the execution of an instruction or after an instruction is executed. Includes I/O interrupts, external interrupts.

Capture:

Interrupts caused by internal processor events are called captures, which are referred to as anomalies in x86, also known as synchronous interrupts, including interrupt visits, procedural interrupts, and machine failures. A synchronous interrupt is worth being generated by the CPU control unit, which is the interrupt that is issued after an instruction is executed.

Different points:

Interrupts are caused by external events of the processor, and capture is caused by internal events.

Capture is always prioritized for response and processing in the event of simultaneous interrupts and capture requests. That is, the captured response sequence precedes the interrupt.

What is a break, what is capture, what is the difference between interruption and capture?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.