Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Well, here you obviously have a local variable of type int *, which is stored on the stack and dereferenced
to something like
int * ptr = ...;
int value = *ptr;
and here -18 it already depends on the compiler. where it allocates space for the variable, so be it. if it is very critical for you that it be 1:1, paste this code directly in assembler and that's it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question