# get\_spd

```
Get current delta for the stack pointer
     ea      - end address of the instruction
               i.e. the last address of the instruction+1
returns: The difference between the original SP upon
         entering the function and SP for the specified address

long get_spd(long ea);
```
