next_head

Get next defined item (instruction or data) in the program
     ea    - linear address to start search from
     maxea - the search will stop at the address
             maxea is not included in the search range
returns: BADADDR - no (more) defined items

long next_head(long ea, long maxea);

Last updated