DragonMinded / libdragon

Open source library for N64 development.
https://libdragon.dev
The Unlicense
746 stars 109 forks source link

Add "meta" section to ucodes #615

Open snacchus opened 1 month ago

snacchus commented 1 month ago

By putting output into the .meta section, ucodes can now store arbitrary metadata about themselves in a blob that is separate to text and data.

If a ucode does not define a .meta section, the meta blob will be a single zero byte by default.