-
8XYE should work as 8XXE, the Y part is ignored.
FX55 & FX65 should not change I.
you can find an emulator online [http://chip8.byethost24.com](url), and select TICTAC game rom.
if 8XYE and FX55…
-
sound_timer(Vx)
Sets the sound timer to VX.
-
Forked octo about a week ago. Added npm package management, converted the code to typescript, and used webpack to build. Getting close to decent state I think. Doing manual testing and resolving issue…
zZeck updated
5 years ago
-
Vx = get_key()
A key press is awaited, and then stored in VX. (Blocking Operation. All instruction halted until next key event)
-
The standard Chip-8 has 36 instructions/operations (ops). Each of these ops will be implemented as a standard C function. The function declaration for each op will be specified in `includes/ops.h` and…
-
I am trying to convert an MXNET model to TVM in order to improve the inference speed. I am able to convert it successfully, however I do not experience the improvements in speed which are advertised …
-
I would like to start the first issue by myself
-
Vx = get_delay()
Sets VX to the value of the delay timer.
-
I +=Vx
Adds VX to I.
-
delay_timer(Vx)
Sets the delay timer to VX.