AtomOS icon indicating copy to clipboard operation
AtomOS copied to clipboard

[Compiler] Calling Convention

Open amaneureka opened this issue 8 years ago • 0 comments

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!

amaneureka avatar Dec 17 '16 17:12 amaneureka