Assembly Note

je

if equal then jmp

jg

if the second gt the first, then jmp

jge

if the second ge the first, then jmp

jl

if the second lt the first, then jmp

jle

if the second le the first, then jmp

猜你喜欢

转载自blog.csdn.net/sonnadolf/article/details/52662288