UberASMTool
UberASMTool copied to clipboard
Global Code doesn't reference Macro Library
This is an issue which plagues a somewhat early UberASM code and only became relevant again due to getting it an update: global_code.asm
doesn't reference macro_library.asm
.
For some weird reason, you aren't able to refence defines and macros which are put in the macro library in the global code which means any defines and macros have to be defined in the global code again.