Toerktumlare/chip8-emulator

Implement opcode FX0A

Toerktumlare opened this issue · 1 comments

Vx = get_key()

A key press is awaited, and then stored in VX. (Blocking Operation. All instruction halted until next key event)