get_sp_delta
Get modification of SP made by the instruction
ea - end address of the instruction
i.e. the last address of the instruction+1
returns: Get modification of SP made at the specified location
If the specified location doesn't contain a SP
change point, return 0
Otherwise return delta of SP modification
long get_sp_delta(long ea);
Last updated