sequential (99) mov object value

.

.

Me: The following 4 articles mention how data-field work in RAM. 

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: Ok.

John:  There're 3 fields of data inside a "register of the RAM". They are,

Subject [], 

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: After hacking,  it become,

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




Comments