当前位置:网站首页>[postgraduate entrance examination] group planning: interrupted
[postgraduate entrance examination] group planning: interrupted
2022-06-26 08:10:00 【Live in the heart of sunshine】
One 、 Classification of interruptions

Two 、 Interrupt processing
( One ) Nested interrupt handling procedures
1. Close the interrupt ;
2. Save breakpoints (PC);( Breakpoints can be pushed onto the stack , It can also be stored in a specific unit of main memory )
3. Interrupt service program addressing ;
4. Save site and screen words ;
5. Open the interrupt ;
6. Execute interrupt service procedure ;( The purpose of the interrupt request )
7. Close the interrupt ;( Guarantee No. 8 Step not interrupted )
8. Restore the scene and shield words ;( Restore the scene : Before the interrupt returns , The contents of the register must be restored to the state before interrupt processing )
9. Open the interrupt ;
10. Interrupt return .( Usually return to the breakpoint of the original program )
Be careful :
(1)1. 2. 3. It's done by hardware , Interrupt the operation completed by the implicit instruction ; The rest is interrupted by the program ( Software ) complete .
(2) Multiple interrupt shielding technology is mainly used for multiple interrupts .
May refer to : Interrupt shielding technology _dongyanxia1000 The column -CSDN Blog
( Two ) Single stage ( Or single weight ) Interrupt the system ( Don't allow Break nesting )
1. Close the interrupt ;
2. Save breakpoints ;
3. Identify interrupt sources ;
4. Save the scene ;
5. Interrupt event handling ;
6. Restore the scene ;
7. Open the interrupt ;
8. Interrupt return .
边栏推荐
- Install the local Google plug-in and watch the free video through the oil monkey script
- Solve psycopg2 NotSupportedError: PQconninfo not available in libpq < 9.3
- Quickly upload data sets and other files to Google colab ------ solve the problem of slow uploading colab files
- Ora-12514: tns: the listener currently does not recognize the service requested in the connection descriptor
- 记一次开发 pgadmin 时执行 Building the Web Assets 遇到的依赖安装问题
- JMeter performance testing - Basic Concepts
- Pic 10B parsing
- 有序排列
- 信息学奥赛一本通 1354:括弧匹配检验
- Uni app is similar to Taobao in selecting multiple specifications of commodities (inventory judgment)
猜你喜欢

What are the characteristics of digital factory in construction industry

WiFi-802.11 2.4G频段 5G频段 信道频率分配表

JMeter performance testing - Basic Concepts

This article will take you to learn in detail what is FTTH

Google Earth engine (GEE) 02 basic knowledge and learning resources
![Comparison version number [leetcode]](/img/02/d1a1922c10e5360e511782b16690e1.jpg)
Comparison version number [leetcode]

OSPF design principles, commands take H3C as an example

Rewrite string() method in go language

Deeply analyze storage costs and find cost reduction solutions

Read excel table and render with FileReader object
随机推荐
Yyds dry inventory executor package (executor function)
PyTorch-12 GAN、WGAN
Uniapp wechat withdrawal (packaged as app)
Flower instruction WP
Detailed explanation of the generate go file command of import in golang (absolute detail)
OSPF design principles, commands take H3C as an example
Delete dictionary from list
Power apps application practice | easily develop employee leave attendance management applet with power apps
Common uniapp configurations
Pychart connects to Damon database
I want to create SQL data (storage structure)
Oracle 19C download installation steps
MySQL practice: 4 Operation of data
WiFi-802.11 2.4G频段 5G频段 信道频率分配表
Uploading pictures with FileReader object
Quickly upload data sets and other files to Google colab ------ solve the problem of slow uploading colab files
h5 localStorage
[industry cloud talk live room] tomorrow afternoon! Focus on digital intelligence transformation of the park
Win11 open folder Caton solution summary
1010. song backtracking with total duration divisible by 60