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,9 +1,10 @@
#include "prevent_bss_reordering.h"
#include "CIC6105.h"
#include "build.h"
#include "fault.h"
#pragma increment_block_number "n64-us:200"
s32 gCICAddr1Val;
s32 gCICAddr2Val;
FaultClient sRomInfoFaultClient;
+2 -2
View File
@@ -1,5 +1,3 @@
#include "prevent_bss_reordering.h"
#include "stdbool.h"
#include "buffers.h"
@@ -11,6 +9,8 @@
#include "z64dma.h"
#include "z64thread.h"
#pragma increment_block_number "n64-us:128"
// Variables are put before most headers as a hacky way to bypass bss reordering
struct IrqMgr gIrqMgr;
STACK(sIrqMgrStack, 0x500);
-1
View File
@@ -18,7 +18,6 @@
* There are some additional provisions to ensure that audio DMA is particularly high-speed, the audio data is assumed
* to be uncompressed and the request queue and address translation is skipped.
*/
#include "prevent_bss_reordering.h"
#include "z64dma.h"
#include "carthandle.h"