What do you guys thing of assembler? I recently started learning it and allready built myself a opengl basecode for developing 4k/64k intros
Name:
Anonymous2007-08-10 16:39 ID:7dKOhfMa
>>7
Assuming you mean the ``Less-Then-Or-Equal'' operator, then yes. If you use the Visual Studio, simply omit stack frame creation, turn on ``global optimizations'' and ''favour small code'' (-Og -Os -Oy), change the entry point of you binary to not use the default one from the CRT, and also disable static linking of the c-stdlib, and you can get a base executable to less then 1KiB