-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
msvc #13
Comments
|
Anyway the pointer is in rdx!!!!!!!!! I thought the last identified vars could differ. But rcx rdx etc are ALWAYS the arguments in the symbol Guess I was wrong again Here rcx is absolutely not the pointer. The first symbol argument Where the bool is I don't know But I guess I'm still learning |
msvc engineer: "I always put ONE ARGUMENT IN EXACTLY ONE REGISTER" Small objects in the stack itself and large objects in the heap. (Only a pointer in the stack) ... Is everyone a moron or am I the idiot |
https://learn.microsoft.com/en-us/cpp/build/x64-calling-convention?view=msvc-170
However
The text was updated successfully, but these errors were encountered: