Remove asm-processor in favor of preprocess.sh (#1760)

* Remove asm-processor in favor of preprocess.sh

* Remove duplicate CMD_F

* preprocess_pragmas gitignore

* Mac fixes

* Macos + clang as cc check fixes

* Need quotes for paths with spaces

* Fix bss
This commit is contained in:
Derek Hensley
2025-02-21 18:02:19 -08:00
committed by GitHub
parent a96c93d936
commit 61961fb938
46 changed files with 1760 additions and 280 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
#include "prevent_bss_reordering.h"
#include "ultra64.h"
#include "stack.h"
#pragma increment_block_number "n64-us:128"
// Variables are put before most headers as a hacky way to bypass bss reordering
OSMesgQueue sSerialEventQueue;
OSMesg sSerialMsgBuf[1];