Hi guys ! I really need your help!lets assume the current data on specific address is : 1100and whatsoever
procedure the PC does, the data of that specific address need to be updated to :1111
so here is my question, the previous data 1100 is gone .. but I want to ask, in first two digits of (1100) which they are 11 are the same as the two digits of the updated data ( the first two digits of the updated data are 11) , my question are the PC keeps the two first digits as it's and not touch them ? I mean once the PC want to updated 1111 instead of 1100, the first two digits in the previous data as the same the updated data, my question, is the PC keeps the first two digits as it's in the previous data or he actually touch them and change them from 11 to 11 ? I'm talking just on first two digits related to the previous data over the updated data ..
procedure the PC does, the data of that specific address need to be updated to :1111
so here is my question, the previous data 1100 is gone .. but I want to ask, in first two digits of (1100) which they are 11 are the same as the two digits of the updated data ( the first two digits of the updated data are 11) , my question are the PC keeps the two first digits as it's and not touch them ? I mean once the PC want to updated 1111 instead of 1100, the first two digits in the previous data as the same the updated data, my question, is the PC keeps the first two digits as it's in the previous data or he actually touch them and change them from 11 to 11 ? I'm talking just on first two digits related to the previous data over the updated data ..