码迷,mamicode.com
首页 > 其他好文 > 详细

8086汇编——课堂笔记整理5

时间:2016-05-01 20:21:23      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:

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

 

8086汇编——课堂笔记整理5

标签:

原文地址:http://www.cnblogs.com/HackHer/p/5450986.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!