diff options
-rw-r--r-- | Assembly-programming.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Assembly-programming.md b/Assembly-programming.md index af7a526..6bab772 100644 --- a/Assembly-programming.md +++ b/Assembly-programming.md @@ -8,6 +8,7 @@ - [GameBoy Programming Manual][gb-manual]: The official GameBoy programming and hardware manual by Nintendo. - [Game Boy Opcode Table][optable]: A table of all opcodes supported by the GB CPU, including durations and effects on flags. - [GameBoy Memory Map][gb-memory-map]: Describes the GameBoy's address space. +- [Gameboy Bank Switching][bank-switching]: Describes how RAM and ROM banks work. - [awesome-gbdev][awesome-gbdev]: A curated list of Game Boy development resources such as tools, docs, emulators, related projects and open-source ROMs. [rgbds-doc]: https://rednex.github.io/rgbds/ @@ -20,4 +21,5 @@ [gb-manual]: https://ia801906.us.archive.org/19/items/GameBoyProgManVer1.1/GameBoyProgManVer1.1.pdf [optable]: https://gbdev.github.io/gb-opcodes/optables/ [gb-memory-map]: http://gameboy.mongenel.com/dmg/asmmemmap.html +[bank-switching]: https://b13rg.github.io/Gameboy-Bank-Switching/ [awesome-gbdev]: https://github.com/avivace/awesome-gbdev |