View Source Chip8.Interpreter.Instruction.RND (chip8 v1.0.0)

Generates a random 8-bit integer.

The interpreter generates a random 8-bit integer and calculates the bitwise AND with the given byte.

variants

Variants

OpcodeMnemonicDescription
CxkkRND Vx, byteSet Vx = random byte AND byte.