Example:
NOP(&H588406 + &H21A, &H2)
Calculate &H588406 + &H21A together. Don't use +. I once had the same problem.
Nop(&HCalculatedAdress, 2)
Google for a converter.
Convert 588406 to decimal. Convert 21A to decimal.
Decimal(588406) + Decimal(21A)
Now convert the result to hexadecimal again.
And you got your address ^^
Let me see if I can make you a small program in VB.
Log on msn, I'll write you something up right now.
I made a tool for him to calculate that into one address.
yea..........Blubb maked it...
but you HeadHunter666 know VB?