issues
search
pushfoo
/
eightdad
A Chip-8 interpreter in python that may include other tools in the future
BSD 2-Clause "Simplified" License
0
stars
0
forks
source link
Implement stack-like operators, Fx55 and Fx65
#26
Closed
pushfoo
closed
4 years ago
pushfoo
commented
4 years ago
[x] Fx55 - LD [I], Vx - Store V0 through Vx to mem, starting the write at position in I register
[x] Fx65 - LD Vx, [I] - Read mem into V0-VX, starting the read at the position in I register