Toerktumlare / chip8-emulator

An emulator for the Chip8 https://en.wikipedia.org/wiki/CHIP-8
3 stars 0 forks source link

Implement opcode FX55 #12

Closed Toerktumlare closed 5 years ago

Toerktumlare commented 5 years ago

reg_dump(Vx,&I)

Stores V0 to VX (including VX) in memory starting at address I. The offset from I is increased by 1 for each value written, but I itself is left unmodified.