标签:
JMP(无条件跳转)
JMP SHORT OPR(段内跳转)(1byte)(+127~-128)
JMP OPR(near jump)(2byte)
JMP FAR PTR OPR(段间)(FAR类型,PTR强制类型转换)
标签内:
跳转结束 JMP DONE
e.g.1
A word array named ARRAY,N elements,the number of positive in DI register,the number of 0 in SI register,the number of negtive in AX register
标签:
原文地址:http://www.cnblogs.com/HackHer/p/5450986.html