Add decompctx.py script to generate context (#208)

* Converting use of ":" to use AT_ADDRESS macro

* Adding decompctx.py script to generate context

* Fixing unterminated comment block
This commit is contained in:
Hexalotl
2024-01-08 01:27:37 -08:00
committed by GitHub
parent 40c4f2db0d
commit d3f6c8a31d
7 changed files with 1023 additions and 7 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ extern u8 boot_sound_initializing;
typedef void(*HotStartProc)();
#define NMISaveArea (void*)0x811FFFC0
OSModuleHeader* BaseModule : 0x800030C8;
OSModuleHeader* BaseModule AT_ADDRESS(0x800030C8);
// TODO: this macro should probably go elsewhere
#define MAKE_PARTIAL_ADDRESS(segment, ofs) \