sequential (26) interrupting

https://wodewangzhishime.blogspot.com/2022/02/httpswodewangzhishime.html

.

Ref: https://kamchihau.blogspot.com/2023/02/sequential-7.html .

.


.

John: Take a look. https://wodewangzhishime.blogspot.com/2022/03/httpswodewangzhishime_13.html. It mention about the difference between real interrupt and mask interrupt. 

Me: OK.

John: Sometimes, we don't call it as a clock line of serial input. Sometimes, we call it as a Clock line of Thread.

Me: OK.

John: You can compare the 2 pictures above. The first picture is that R0(1) is at the stage of Mask interrupt. The second picture is that R0(1) is on the clock line of "process". In code, we have 

.

If (condition = fit)

{

Windows drawing ();

}

.

John: Take a look. https://wodewangzhishime.blogspot.com/2023/12/sequential-99.html. It mention about  how  the fields work .Or, we can intepret it in this way.

.

If condition isn't fit

Subject[R0(1)]

Interrupt status [Mask interrupt]

Object []

.

If Condition is fit.

Subject [R0(1)]

Interrupt status [Process clock line]

Object []





Comments