diff options
Diffstat (limited to 'Assembly-programming.md')
-rw-r--r-- | Assembly-programming.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assembly-programming.md b/Assembly-programming.md index dd0c41c..9896725 100644 --- a/Assembly-programming.md +++ b/Assembly-programming.md @@ -6,7 +6,7 @@ - [**GB ASM Tutorial**][gb-asm-tutorial]: A newer but still in-progress asm tutorial. - [**Pan Docs**][pan-docs]: Everything You Always Wanted To Know About GAMEBOY (but were afraid to ask). - [**GameBoy Programming Manual**][gb-manual]: The official GameBoy programming and hardware manual by Nintendo. -- [**GameBoy Memory Map**][gb-memory-map]: Describes the GameBoy Color address space. +- [**GameBoy Memory Map**][gb-memory-map]: Describes the GameBoy's address space. - [**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/ |