I am starting to create an emulator and I initilized 4096 bytes of ram in Python as: memory = [0] * 4096. I now have an array of hex values I need to store at 0
memory = [0] * 4096