find_selector

Find a selector that has mapping to the specified paragraph.
        arguments:      val - value to search for
        returns:        the selector number if found
                        otherwise the input value (val & 0xFFFF)
        note:           selector values are always in paragraphs

long find_selector(long val);

Last updated