Open gulrak opened 10 months ago
The CHIP-8E instruction 0151 does not stop execution when the delay timer is 0, it waits for the delay timer to be 0 and then execution continues, it is also used internally by Fx4F that sets the timer and waits for it to run down.
0151
Fx4F
The CHIP-8E instruction
0151
does not stop execution when the delay timer is 0, it waits for the delay timer to be 0 and then execution continues, it is also used internally byFx4F
that sets the timer and waits for it to run down.