From 0d602a605017fd2ef51b399e163ba2796b56835f Mon Sep 17 00:00:00 2001 From: bbbbbr Date: Fri, 15 Nov 2024 01:04:44 -0800 Subject: [PATCH] MORE.md: Add Asm83 and Cate83 toolchain entries (#250) Add the new sm83 assembler and compiler that were recently released. --- MORE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MORE.md b/MORE.md index e221bad..f4ce2b6 100644 --- a/MORE.md +++ b/MORE.md @@ -12,6 +12,11 @@ - [GBZ80 to items](http://issotm.github.io/gbz80toitems3/) - An online converter, translates Game Boy assembly into Pokémon R/B/Y items ([Source](https://github.com/ISSOtm/gbz80-to-items)). +### Software Development +- [Asm83](https://github.com/inufuto/asm8) - An Assembler, linker and librarian for retro CPUs including the sm83 (Game Boy) +- [Cate83](https://github.com/inufuto/Cate) - A C-like programming language compiler for sm83 cpus (Game Boy) + - There are [several example game programs](https://github.com/inufuto/Cate_examples/tree/main/megaduck) for the MegaDuck (a Game Boy clone) + ### Documentation - [GB ASM Tips](https://raw.githubusercontent.com/gb-archive/salvage/master/txt-files/gb-asm-tips.txt) - Some tips for coding in Assembly by Jeff Frohwein.