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

Add support for F instructions related to display and timers

pushfoo opened this issue · comments

commented
  • Fx07 - LD Vx, DT - Set Vx = DT
  • Fx15 - LD DT, Vx - Set DT = vX
  • Fx18 - LD ST, Vx - Set ST = Vx.
  • Fx1e - I += VX
  • Fx29 - LD F, Vx - Set I = location of sprite for digit Vx.
  • Fx33 - LD B, Vx - Store BCD of Vx at I, I + 1, I + 2