Extract Incbins (#1776)

* extract incbins infastructure

* rspboot incbin

* rsptext incbin

* rspdata incbin

* aspMainStack incbin

* ipl3 incbin
This commit is contained in:
Derek Hensley
2025-01-27 08:15:16 -08:00
committed by GitHub
parent 982ca889e2
commit c767f49455
11 changed files with 162 additions and 17 deletions
+7
View File
@@ -1,3 +1,8 @@
# Evaluate this file only once in case it's included more than once
.ifndef _MACRO_INC_GUARD
.internal _MACRO_INC_GUARD
.set _MACRO_INC_GUARD, 1
.macro glabel label
.global \label
.ent \label
@@ -90,3 +95,5 @@
.set $fs4f, $f29
.set $fs5, $f30
.set $fs5f, $f31
.endif