assembly
@catoutofbed With how complex everything is and all the extensions out there, plus the fact that that smaller code isn't even guaranteed to be faster (leading to things like ENTER/LEAVE getting mostly ignored), I'm very happy leaving writing x86 assembly to gcc and focusing on writing optimized 6502 instead.
assembly
@NovaSquirrel
that's fair
i've been doing some size optimized demos with my girlfriend the last few days which is why i brought it up