https://github.com/trhodeos/spicy
Clone of N64 sdk's mild.exe
https://github.com/trhodeos/spicy
golang linker n64
Last synced: 6 days ago
JSON representation
Clone of N64 sdk's mild.exe
- Host: GitHub
- URL: https://github.com/trhodeos/spicy
- Owner: trhodeos
- License: mit
- Created: 2018-02-26T02:56:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-14T16:28:21.000Z (over 3 years ago)
- Last Synced: 2024-06-20T10:09:06.222Z (almost 2 years ago)
- Topics: golang, linker, n64
- Language: Go
- Homepage:
- Size: 77.1 KB
- Stars: 24
- Watchers: 5
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-n64-development - spicy - An open-source replacement of the official SDK's `mild.exe` (referenced by `$(MAKEROM)` in many Makefiles). Packs object files into an N64-compatible ROM. (Tools and Libraries / ROM Manipulation)
README
# spicy
[](https://travis-ci.org/trhodeos/spicy)
An open-source version of Nintendo64 sdk's mild.exe. Assembles segments into an
n64-compatible rom. This binary should eventually be a drop in, multiplatform
replacement for mild.exe.
## Usage
For information about how to use, see http://github.com/trhodeos/modern-n64sdk.