sequential (67) fields

 https://wodewangzhishime.blogspot.com/2021/11/httpswodewangzhishime_10.html

.

Ref: https://wodewangzhishime.blogspot.com/2022/03/httpswodewangzhishime_7.html.

.



.
.
.

Inside the Cache of Process's register, there 're 6 field.

.

Subject (Process's register) <-- The first round. . Xor gate result 's register need to check if there is a register called the process's register in the cache..

Role ()

Interrupt (system clock line) <--- Second round. . Xor gate put the process 's register on the system clock line

Type of value (boolean)

Object ()

value (0) <-- The first round. . Xor gate result 's register need to check if there is a value which is equal to 0. . . Assume that the value of Xor gate is 0 too.

.

Me: During the first round checking, the field of value is required to be compared. . If the field of value isn't required to be compared during the first round checking, if the field of subject pass, everything is OK and the second round of setting start. 

John: Change into the following.

.

Inside the cache of process's register, there're 6 fields.

1) Subject (process's register) <-- required.

2) Role (not required to be compared)

3) Interrupt status (system clock line) <--- Second round of setting. . .

4) Type of value (boolean)

5) Object (not required to be compared)

6) Value(not required to be compared)

.

.

Me: Can the field of value be excluded from comparison ??

If (R1 = R2) // Note: value type is boolean

{

the field of value is required to be compared.

the field of value is equal to zero.

}

==

If (R1 ! = R2)  // Note: value type is boolean

{

the field of value is required to be compared.

the field of value is equal to one.

}

.

John: If the value type is boolean, the field of value must be compared.

Comments