Toerktumlare / chip8-emulator

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

Implement opcode CXNN #1

Closed Toerktumlare closed 5 years ago

Toerktumlare commented 5 years ago

Vx=rand()&NN

Sets VX to the result of a bitwise and operation on a random number (Typically: 0 to 255) and NN.

Toerktumlare commented 5 years ago

https://github.com/Tandolf/chip8-emulator/commit/cadc3b98443942ffeeea9aaa18fd984f6bfc9bba