From 997bdb05891c85942412564d606c85feda9b9849 Mon Sep 17 00:00:00 2001 From: Daniel McCarthy Date: Wed, 6 Jan 2016 21:49:25 +0000 Subject: [PATCH] Update README.md Added the extra instruction that was modified. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index caab165..c0e5722 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ registers and drawing sprites: - `4xkk` - Skip next instruction if Vx != kk. - `6xkk` - Set Vx = kk. - `7xkk` - Set Vx = Vx + kk. +- `8xy0` - Set Vx = Vy. - `Annn` - Set I = nnn. - `Cxkk` - Set Vx = random byte AND kk. - `Dxyn` - Display n-byte sprite starting at memory location I at (Vx, Vy),