Skip to content

Instantly share code, notes, and snippets.

View moonheart08's full-sized avatar
🚀
working on space station 14

Moony moonheart08

🚀
working on space station 14
View GitHub Profile
@moonheart08
moonheart08 / mx08.cpu
Last active February 8, 2020 03:59
A SuperH-alike
#bankdef "bootrom" {
#addr 0x0
#size 0x4000
#outp 0x0
}
#bankdef "invalidaccess_0" {
#addr 0x4000
#size 0xBFFF ; I bet you I messed up at least once here
; and made some banks overlap, or put gaps
; between banks

The Fabric Canon™

These mods are some of the key libraries and utilities for making mods. This list will be updated as more libmods are released.

Fabric API

Maven metadata URL GitHub last commit

Fabric API is almost mandatory for resource loading, and provides a lot of hooks to common mixin targets.

Silk