dev icon indicating copy to clipboard operation
dev copied to clipboard

disassembler should only ALLOC used global variables

Open x87 opened this issue 9 months ago • 0 comments

old scripts had entire CustomVariables in their VAR section, which gets dumped in full in the new SA SBL mode. Should only allocate those variables that are actually used in the code

x87 avatar Nov 04 '23 23:11 x87