From b2b4124cd6a5e2ee658fb214dfe441cc8211f7ad Mon Sep 17 00:00:00 2001 From: Ron Nelson Date: Sun, 28 May 2023 11:42:22 -0700 Subject: [PATCH] Added opcode_count to Development Tools Section (#245) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85eba89..58a759d 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,7 @@ The [Choosing tools for Game Boy development](https://gbdev.io/guides/tools.html - [Game Boy Text Tools](https://github.com/raphaklaus/gameboy-text-tools) - Set of tools for text manipulation and translation of Game Boy ROMs written in Node.js. - [evscript](https://github.com/eievui5/evscript) - A scripting language for the Game Boy, useful for enemy AI, dialogue, animations, and coroutines. - [evunit](https://github.com/eievui5/evunit) - A unit testing program for assembly code. +- [opcode_count](https://github.com/rondnelson99/opcode_count) - Generates statistics on which CPU instructions are run the most often using Python and Emulicious #### Graphics utilities