Move more global variables into registers
We use registers in the function call area. But we don't use any functions with many arguments, so this is not a problem and saves 46 bytes.
Showing
Please register or sign in to comment
We use registers in the function call area. But we don't use any functions with many arguments, so this is not a problem and saves 46 bytes.