How can I reduce the produced binary code size?
I need to do simple character graphics. I don't really need stdio.h (no need for printf, scanf, etc.).
I have figured out (with some help) how to do simple graphics with putchar an __vdu_sequence by using vdu sequences.
The generated code is twice or more as big as the equivalent code with cc65.
How can I make my code smaller?
I need to do simple character graphics. I don't really need stdio.h (no need for printf, scanf, etc.).
I have figured out (with some help) how to do simple graphics with putchar an __vdu_sequence by using vdu sequences.
The generated code is twice or more as big as the equivalent code with cc65.
How can I make my code smaller?
Statistics: Posted by Fabrizio — Sat Nov 02, 2024 11:46 pm