gbdev / gbdev.github.io

the 'game boy development community' institutional website: showcases projects and hosts some community content
https://gbdev.io
GNU General Public License v3.0
23 stars 11 forks source link

Add Asm83 and Cate83 toolchain entries #87

Open bbbbbr opened 1 week ago

bbbbbr commented 1 week ago

Add the new sm83 assembler and compiler that were recently released.

ISSOtm commented 5 days ago

I'm interested in new tools in this space, but I can't seem to find any documentation? (I'm also a little bummed out that these appear to be Windows-only, AFAICT?)

bbbbbr commented 5 days ago

The documentation is mainly in the repos and the example projects from what I've seen: https://github.com/inufuto/Cate/tree/master/manuals https://github.com/inufuto/asm8/tree/master/manuals

The example games do have non-github web pages here: http://inufuto.web.fc2.com/8bit/

It's written in c# so perhaps in theory it can run on other systems that support .NET

ISSOtm commented 4 days ago

Ah, good. The English documentation seems lackluster, and to pre-date the addition of SM83 as a target...

Overall, I think this is a good addition to MORE.md, but the quality is IMO a little too low to qualify for the main “awesome” list. What do you think?

bbbbbr commented 3 days ago

Overall, I think this is a good addition to MORE.md, but the quality is IMO a little too low to qualify for the main “awesome” list. What do you think?

Since there's uncertainty about whether it belongs in the main Compiler/Assembler sections, what do you think about in the "Experimental" category directly below?

The project appears to have a level of functionality and active maintenance that is similar to or above many the entries there.