A memory chip will occupy a range of addresses as determined by the number of address pins it has.
You will need to set those address pins (either by connecting them to individual outputs of your uC, or by some other means of generating a bit pattern (e.g. a shift register).
Then you need to connect the data outputs of the memory chip to the uC via similar (but opposite) means
Some memory chips have other interfaces, often using two or three wires to transmit and receive serieal data. This is far more economical in pins, but requires more tricky programming.
If this isn't what you want to know, perhaps you can quote the uC and "memory device" you are planning to conect together?