# prev\_addr

```
Get previous address in the program
     ea - linear address
returns: BADADDR - the specified address in the first address

long prev_addr(long ea);
```
