Closed Toerktumlare closed 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.
https://github.com/Tandolf/chip8-emulator/commit/cadc3b98443942ffeeea9aaa18fd984f6bfc9bba
Vx=rand()&NN
Sets VX to the result of a bitwise and operation on a random number (Typically: 0 to 255) and NN.