•Pointer is a
memory cell or a register that contains the
address of another memory cell. Has its own
address (as any memory cell)
•Pointers
are always 32-bit (Windows)
•Memory
cell can be byte, word or double word
•Pointer
to byte (byte ptr), pointer to word (word ptr),
pointer to double word (dword ptr)