How do I put certain hex values into an array at a certain starting point in Python

后端 未结 0 1683
清歌不尽
清歌不尽 2020-11-30 23:45

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题