From ce38a79c952b595039df4dc16a5e17d7f17fbb15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Sat, 25 Jun 2022 12:54:40 +0100 Subject: [PATCH] feat: added opcodes reference --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e501ea4b..fbf0e138 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ A Game Boy emulator that is written in Rust 🦀. * [POKEGB: a gameboy emulator that only plays Pokémon blue](https://binji.github.io/posts/pokegb) * [GitHub - binjgb](https://github.com/binji/binjgb) * [GitHub - gameroy](https://github.com/Rodrigodd/gameroy) +* [Game Boy CPU Opcodes](https://izik1.github.io/gbops) ## License -- GitLab