Ah, yes, the format that includes code for systems that haven't been modern in 30 years, and is built on top of like 5 different legacy formats, is much simpler...
My guess is that you can fix both the "need to exit()" and all the other issues that you haven't run into but exist, by making your entry point _start instead of main (which is NOT the first thing that runs in your…
Ah, yes, the format that includes code for systems that haven't been modern in 30 years, and is built on top of like 5 different legacy formats, is much simpler...
My guess is that you can fix both the "need to exit()" and all the other issues that you haven't run into but exist, by making your entry point _start instead of main (which is NOT the first thing that runs in your…