From 3f4072b563f027bb804b499229774b47be48b055 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Sat, 11 Aug 2018 18:43:06 +0200 Subject: [PATCH] Remove Withicha Assembly Course, missing resource --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61c418c..1e00c2c 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,6 @@ A curated list of awesome Game Boy (Color) Development resources, tools, docs, r #### Misc - [Introduction to Game Boy Hacking](http://pepijndevos.nl/sha2017/workshop.pdf) - Workshop introducing basic assembly, debugging and reverse engineering. -- [Assembly Language Programming Course](http://cratel.wichita.edu/cratel/ECE238Spr08) - Machine and assembly language programming concepts that illustrate basic principles and techniques. Application through study of the Z80 chip and Game Boy programming assignments (Center for Research in Arts, Technology, Education, and Learning CRATEL at Withicha State University). - [Everything You Always Wanted To Know About GAME BOY](http://www.emulatronia.com/doctec/consolas/gameboy/gameboy.txt) - but were afraid to ask - [GBSOUND.txt](https://github.com/bwhitman/pushpin/blob/master/src/gbsound.txt) - A document detailing the Game Boy sound engine. - [GB Instructions](http://www.chrisantonellis.com/files/gameboy/gb-instructions.txt) Game Boy Assembly commands. @@ -230,6 +229,7 @@ A curated list of awesome Game Boy (Color) Development resources, tools, docs, r - [clang-gbz80](https://github.com/Bevinsky/clang-gbz80) - Clang port to the GBZ80 CPU. #### Experimentals/Proof of Concepts + - [Wiz](https://github.com/wiz-lang/wiz) - A high-level assembly language for writing homebrew on retro console platforms (Game Boy, NES, Atari 2600, and more). - [gbforth](https://github.com/ams-hackers/gbforth) - A Forth-based Game Boy development kit. - [gbasm](https://github.com/BonsaiDen/gbasm) - A JavaScript based compiler for Game Boy z80 assembly code.