print_operand

Get text representation of an operand
     ea - linear address of instruction (or data)
     n  - number of operand:
             0 - the first operand
             1 - the second operand
returns: the current text representation of operand

string print_operand(long ea, long n);

Last updated