From e65eb2c4ce823ea65a2a060f10aa0313549a4eed Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Sat, 7 Nov 2020 01:37:14 +0800 Subject: [PATCH] Add gbdk-go as the experimental Go-based development --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09c3c3b..5db5c0b 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ The [To C Or Not To C](https://gist.github.com/ISSOtm/4f4d335c3fd258ad0dfc7d4d61 - [tniASM](http://www.tni.nl/products/tniasm.html) - Macro Assembler. - [Assembler](https://github.com/ulrikdamm/Assembler) - Assembler written in Swift. - [llvm-gbz80](https://github.com/Bevinsky/llvm-gbz80) / [clang-gbz80](https://github.com/Bevinsky/clang-gbz80) - Clang/LLVM port to the GBZ80 CPU (similar to the deprecated [euclio/llvm-gbz80](https://github.com/euclio/llvm-gbz80)). +- [gbdk-go](https://github.com/pokemium/gbdk-go) - A compiler translates Go programs to C code. The output C code is built into GB ROM by GBDK. ### Emulators