Sequential (149) Build_up, Mov and Set

https://johnchihau.blogspot.com/2026/07/blog-post_20.html?m=1

.

Ref: https://johnchihau.blogspot.com/2026/07/blog-post_20.html?m=1

.


.

John : See the Pic above. Within a data-registers,  there're 3 bus. They are control bus, address bus and data bus.
.
Me: Such terminology is from Microsoft. 
.
John : Yes, . Now, we mention about the difference between Build_up,  Mov and Set. 
.
Me: Ok.
.
John: (((Build_up 1111, R1))) mean "At the address of 1111, we Build up a data-register called R1".
.
Me: Ok.
.
John : After building up a data-register,  we do that ((MOV R1, 0000)).
.
Me: Ok.
.
John:  ((MOV, R1, 0000)) means Int R1[Data] = 0000.
.
Me: Ok.
.
John : Last but not the least, we do that.
.
1) Set R1 [0], 0 means Int Interrupt_status [R1] = 0.
.
2) Set R1 [1], 101 means Int Circuit_Chosen [R1] = 101 <-- Or, you can call it Clk line Chosen. 
.
3) Set R1 [2], 0 means Int Reading [R1] = False.

Comments