pushfoo / eightdad

A Chip-8 interpreter in python that may include other tools in the future

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement stack-like operators, Fx55 and Fx65

pushfoo opened this issue · comments

commented
  • Fx55 - LD [I], Vx - Store V0 through Vx to mem, starting the write at position in I register
  • Fx65 - LD Vx, [I] - Read mem into V0-VX, starting the read at the position in I register