>Hex-Rays IDA Pro Page

Help index | Search

Bad Syntax for Comments Retrieval

The correct syntax is:
  Reg=Number ....
where reg is register name (e.g. AX,BX,CX) or Op1 - for first operand or Op2 - for second operand number is its value (in C-notation)

For example:

  Op1=0x21 AX=0x4C01
Index | Previous topic | Next topic