prev_not_tail

Get previous not-tail address in the program
This function searches for the previous displayable address in the program.
The tail bytes of instructions and data are not displayable.
     ea - linear address
returns: BADADDR - no (more) not-tail addresses

long prev_not_tail(long ea);

Last updated