The first line says that 'value' is an 8 bit integer. The second says that 'pointer_to_value', is a pointer to an 8bit integer (note that the variable itself, will then normally be a 16bit number). Then 'second_value' is another 8bit integer.
Then pointer_to value, is loaded with the address of 'value.
Finally, second_value, is loaded with the contents addressed by 'pointer_to_value'.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum