1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-08-29 10:29:51 +02:00

Remove ASMSchool

This commit is contained in:
Antonio Vivace
2023-11-25 13:33:39 +01:00
committed by GitHub
parent 9cb72f7175
commit 4ff9760fad

View File

@@ -321,7 +321,6 @@ Guides, tutorials and tools to develop software for Game Boy using the developme
### ASM
- **[gb asm tutorial](https://eldred.fr/gb-asm-tutorial)** - Step by step tutorial, building several ROMs to accompany its explanations.
- [ASMSchool](http://gameboy.mongenel.com/asmschool.html) - A set of lessons by Duo about coding in Assembly for GB/GBC and disassembling.
- [hardware.inc](https://github.com/tobiasvl/hardware.inc) - Standard include file containing Game Boy hardware definitions for use in RGBDS projects.
- [Assembly tutorial by David Pello](https://gb-archive.github.io/salvage/tutorial_de_ensamblador/tutorial_de_ensamblador_la_decadence.html) - Good document to learn to produce working asm code for gb. Brief explanations of many important topics. Many examples with commented source code.
- [assemblydigest](https://github.com/assemblydigest/gameboy) - Exploring Game Boy programming techniques: