Closed Xenoamor closed 5 years ago
I've removed the macros from the protocol data packing/unpacking. These were getting inlined everywhere and ballooning the ROM usage.
This drops the previous 6244 bytes from the protocol handler to 1496 bytes
I've tested this with the emulator but it would probably be worth another once over before a merge
Nice! Tested it on a tty and see no drawbacks.
I've removed the macros from the protocol data packing/unpacking. These were getting inlined everywhere and ballooning the ROM usage.
This drops the previous 6244 bytes from the protocol handler to 1496 bytes
I've tested this with the emulator but it would probably be worth another once over before a merge