I am developing a decompiler plugin for a custom instruction set. The calling convention is stack-based like stdcall, but the argument push order is Left-to-Right (opposite to stdcall). How should I configure the CallingConvention for this? I can't seem to find the correct option.
I am developing a decompiler plugin for a custom instruction set. The calling convention is stack-based like stdcall, but the argument push order is Left-to-Right (opposite to stdcall). How should I configure the CallingConvention for this? I can't seem to find the correct option.