Today I learnt internal interruption.I useAssembly Language by WangShuang. The chapter is 12.
Interruotion information is a type of special information with which CPU will stop executing the next instruction (cs:ip) to deal.There are internal interruption and external interruption.
Internal interruptions happen in 4 situations:
1. division error. (0)
e.g. overflow happens when 'div' instruction is executed.
2. single step executed. (1)
3. 'into' instruction (4)
4. 'int' instruction (n)
Interruption-type-code:
1 byte
本文介绍了计算机内部中断的概念及其触发情况,包括除法错误、单步执行、'into'指令及'int'指令等四种主要类型,并解释了这些中断如何使CPU停止当前指令执行转而进行处理。
1025

被折叠的 条评论
为什么被折叠?



