Chip8.Interpreter.Instruction.RND (chip8 v0.1.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
Opcode | Mnemonic | Description |
---|---|---|
Cxkk | RND Vx, byte | Set Vx = random byte AND byte . |