登录
首页 » 汇编语言 » 本书以X86系列微机为背景,从简单的Hello程序开始,系统而详细地阐述了X86微机汇编语言编程的各种基础知识和编程技巧,内容涉及到数据表示、存储器管理、各种数...

本书以X86系列微机为背景,从简单的Hello程序开始,系统而详细地阐述了X86微机汇编语言编程的各种基础知识和编程技巧,内容涉及到数据表示、存储器管理、各种数...

于 2022-09-18 发布 文件大小:6.18 MB
0 140
下载积分: 2 下载次数: 1

代码说明:

本书以X86系列微机为背景,从简单的Hello程序开始,系统而详细地阐述了X86微机汇编语言编程的各种基础知识和编程技巧,内容涉及到数据表示、存储器管理、各种数据类型、过程、与汇编语言相关的体系结构、控制结构、文件、宏指令、位处理指令、字符串指令、MMX指令、类和对象,以及混合语言编程等,尤其是在高级汇编语言(HLA)方面,该书给予了细致深入的讲解。对于有意学习X86汇编语言编程的程序员来说,这是一本难得的好书。 本书的作者Randall Hyde在大学中教授汇编语言十多年,并且开发了好几个商用软件,具有丰富的汇编语言开发经验。该书的英文电子版受到了成千上万的网站和高级程序员的高度评价,已经成为了高级汇编语言编程方面的一本经典之作。虽然该书的出版时间不长,但在Amazon上为该书作出评价的人很多,而且几乎所有的人都给予5星的评价,可见其内容之好。笔者相信,随着时间的推移,它在程序员中的影响回越来越大-this book X86 computer as a background, from a simple Hello proceedings began, and the system described in detail in the X86 PC assembly language programming in basic knowledge and programming skills, which relates to the data, memory management, data types, processes, and assembly language related to the body the grade structure, the control structure, document, macros, handle the orders, string instructions MMX instructions, classes and objects, as well as mixed-language programming, particularly at the senior assembly language (HLA), the book to give a detailed in-depth explanations.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 万年历程序 从1302中读出的数据放在67H(高两位年)66H(低两位年)65H(月)64H(星期)63H(日) 62H(小时)61H(分钟)60H(...
    万年历程序 从1302中读出的数据放在67H(高两位年)66H(低两位年)65H(月)64H(星期)63H(日) 62H(小时)61H(分钟)60H(秒)57H(农历月)56H(农历日) 显示缓冲单元7CH-7BH(4CH-4BH)(年低位),7AH-79H(4AH-49H)月,78H(48H)星期, 77H-76H(47H-46H)日,75H-74H(45H-44H)小时,73H-72H(43H-42H)分钟,71H-70H(41H-40H)秒 5EH-5DH(55H-54H)农历年,5CH-5BH(53H-52H)农历月,5AH-59H(51H-50H)农历日 闰月标志为F0,定时器T1为调整时候闪烁用。 1302在设置调整时间后,要改为禁止写入状态,否则在上电复位的时候就发生误写入,使时间值加1分钟 次程序中的段码表只适用于该特殊的硬件,具体的段码表由具体的硬件决定 -Calendar program read from the 1302 data on the 67H (two-year high) 66H (two-year low) 65H (month) 64H (Week) 63H (date) 62H (hours) 61H (minutes) 60H (second) 57H (Lunar Month) 56H (Lunar date) shows a buffer unit 7CH-7BH (4CH-4BH) (year low), 7AH-79H (4AH-49H) month, 78H (48H) Week, 77H-76H (47H-46H) Day , 75H-74H (45H-44H) hours, 73H-72H (43H-42H) minutes, 71H-70H (41H-40H) second 5EH-5DH (55H-54H) Lunar New Year, 5CH-5BH (53H-52H) Lunar month, 5AH-59H (51H-50H) Lunar Leap Day logo for F0, adjust the timer T1 is used when flashing. 1302 adjust at set time, the status should be cha
    2022-08-09 16:37:13下载
    积分:1
  • 号为1,2… n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,...
    编号为1,2… n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数,报m的人出列,将他的密码作为新的m值,从他的顺时针方向上的下一个开始重新从1报数,如此下去,直至所有人全部出列为止,设计一个程序求出出列顺序。 (1)利用单循环链表作为存储结构模拟此过程; (2)键盘输入总人数、初始报数上限值m及各人密码; (3)按照出列顺序输出各人的编号。-Numbered 1,2 ... n of the n individuals sitting clockwise circle, each holding a password (positive integer). An optional start a positive integer as the number of reported upper limit of m, from the first person to embark on the clockwise direction starting from a sequence reported the number of stop newspaper report m the number of people who reported m out of the column, as his password The new m value, in a clockwise direction from his next start back from a newspaper a few, and so on, until all all out of the column until a program designed to find out the column order. (1) the use of one-cycle simulation in this linked list storage structure as a process (2) the total number of keyboard input, the initial report and the person m the upper limit o
    2023-05-21 04:10:03下载
    积分:1
  • AT89C51 24c02读写程序
    AT89C51 24c02读写程序 -AT89C51 24c02 read and write procedures to read and write AT89C51 24c02 program
    2022-07-20 19:49:34下载
    积分:1
  • 工具原代码,对处学着有很好的用处。大家快来看看看可那 啊...
    汇编工具原代码,对处学着有很好的用处。大家快来看看看可那 啊-original code compilation tools to learn to be put to good use. Come see we can see that ah
    2022-02-14 05:00:40下载
    积分:1
  • Procedures provided in the class realize the establishment of a sub
    程序中提供的类实现了建立一个各子项都是可以编辑的列表框的功能。-Procedures provided in the class realize the establishment of a sub-items can be edited list box functionality.
    2023-03-26 12:50:04下载
    积分:1
  • 最新的计算器1.5
    最新的计算器1.5-latest Calculator 1.5
    2022-03-01 10:32:58下载
    积分:1
  • 28f512 DOS
    DOS下基于28f512的小型文件系统 format.asm/list.asm/erasetes.asm/readfl.asm/start.asm/writefl.asm-28f512 DOS-based file system of small format.asm/list.a sm/erasetes.asm/readfl.asm/start.asm/wri tefl.asm
    2022-03-13 08:39:46下载
    积分:1
  • AT91SAM7S32的一个应用.本程序为为一个简单的DEBUG口的输出演示: 1,完成基本的初始化 2,初始化DEBUG口,使能发送和接收 3,现...
    AT91SAM7S32的一个应用.本程序为为一个简单的DEBUG口的输出演示: 1,完成基本的初始化 2,初始化DEBUG口,使能发送和接收 3,现象为在超级几终端打印信息-AT91SAM7S32 an application. The procedure for a simple mouth DEBUG output exercise : a complete two basic initialization, initialize DEBUG mouth so that it can send and receive three. the phenomenon of a few super information terminals Print
    2022-02-03 16:15:58下载
    积分:1
  • LCD12864液晶C,菜单功能应用
    LCD12864液晶C语言,菜单功能应用-LCD2864
    2022-09-05 09:15:02下载
    积分:1
  • Do you want to know which day you are born, this is WIN32 made the calculation o...
    你想知道你是哪天生的,这个是WIN32编的计算你的出生有多少天了-Do you want to know which day you are born, this is WIN32 made the calculation of your birth how many days the
    2022-03-05 20:19:57下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载