simple variable assignment value = 0x2000; // regular pointer dereference and assignment, same result as the statement before *pointer = 0x2000; // assigning to the pointer itself without ...