标签:
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
标签:
原文地址:http://www.cnblogs.com/rixiang/p/5904286.html