sequential (99) mov object value

.

.
.
.

Me: The following 4 articles mention how fields work in RAM. . They are very important. . Why ?? I answer you later. Maybe,you can read them first.

1) https://wodewangzhishime.blogspot.com/2021/11/httpswodewangzhishime_96.html

2) https://kamchihau.blogspot.com/2022/10/httpskamchihau_17.html?m=1

3) https://wodewangzhishime.blogspot.com/2022/06/satellite-for-loop.html

4) https://kamchihau.blogspot.com/2022/11/httpskamchihau.html

.

Me: We deep inside the theme of today. There're 6 fields inside a "register of RAM". 

Subject [], 

Role [], 

interrupt status [], 

value's type [], 

object [], 

Value []. 

.

I use (((Mov object, value))) as an example.  <--- In C++, it is (((int object = value )));

.

Originally, it is

(((Mov register_a, value))) <--- Note: in C++, it is (((int register_a = value;)))

Me: If the field of value can be left shift, the contents of the field of object will be affected and altered. It become,

(((Mov register_b, value))), <--- Note: In C++, it is (((int register_b = value;)))




Comments