AtomOS
AtomOS copied to clipboard
[Compiler] Calling Convention
New Compiler is based on __stdcall calling convention except for the fact that arguments are pushed from left to right (order) while __stdcall suggests doing it from right to left. It has to be fixed!