How will the following assembly for C/C + + :
Mov eax, XXXXX (int value)
Sub 300
Add - 23
Sub 15
JNB L1 (tag)
thank you
CodePudding user response:
Forget to write down the eax digital front, I must write:
Mov eax, XXXX
Sub eax, 262
JNB L1
Don't jump to L1, and why?
CodePudding user response:
Mov eax, XXXX
Sub eax, 338
JNB L1
CodePudding user response:
This is equivalent to:
If ((unsigned int) XXXX & gt; Goto L1=338).
CodePudding user response: