{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

微机原理、汇编语言与接口技术

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

微机原理、汇编语言与接口技术

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

《微机原理、汇编语言与接口技术》是作者在中山大学多年教学经验的结晶,全书从原理、实验及应用等方面进行介绍和分析,在讲授理论知识的同时,指导读者实践所学的理论知识,并结合应用案例进行分析,具有实践性强、涉及知识面广的特点。全书内容翔实.语言通俗易懂,讲述方法深入浅出,内容选择及安排结合了这一系列课程理论与实验的多年教学经验。务求系统性、先进性和实用性相结合,使教师和学生都能感到《微机原理、汇编语言与接口技术》的易用性,而且能够直接指导实验和应用。电子版的教师资料:包括全部PPT格式的讲稿、习题参考答案、试卷及参考答案。
结合课程理论与实验的教学经验
内容注重系统性、先进性和实用性
附有大量的程序及硬件设计实例
Content Description

《微机原理、汇编语言与接口技术》全面系统地论述了Intel 80x86系列机中16位微型计算机的基本原理、汇编语言程序设计和接口技术,并介绍了32位微机系统的相关技术以及64位微机系统的新发展。主要内容包括:Intel 80x86系列微处理器的内部结构、指令系统与汇编语言程序设计;系统总线,半导体存储器的结构及其与系统总线的连接;I/O接口和中断系统,常用微机接口芯片8259A、8255A、8253/8254及8250/8251的技术和应用,A/D、D/A转换技术与编程;Intel 80x86系列微处理器的技术发展等。
《微机原理、汇编语言与接口技术》可作为高等院校微机原理与应用、微机接口技术、汇编语言程序设计或计算机组成原理等课程的教材或参考书,适合计算机类、电子类、通信类、自控类等相关专业本科学生及成教学生阅读,也可作为从事微机软硬件开发的工作人员和希望学习微机应用技术的读者的参考书。
Catalogue

第1章 绪论
1.1 微型计算机的组成原理
1.1.1 微型计算机的硬件组成
1.1.2 微处理器的组成
1.1.3 微型计算机的工作过程
1.2 微型计算机的发展
1.3 数据的表示方法
1.3.1 进位计数制
1.3.2 数制间的相互转换
1.3.3 带符号数的表示法
1.3.4 二-十进制编码(BCD码)
1.3.5 字符编码
习题
第2章 Intel微处理器的结构
2.1 Intel /8088微处理器的结构
2.1.1 /8088 CPU的功能结构
2.1.2 /8088 CPU的寄存器结构
2.1.3 /8088的存储器组织结构
2.2 Intel 微处理器
2.2.1 微处理器的功能结构
2.2.2 微处理器的寄存器结构
2.2.3 系统的存储器组织结构
2.2.4 的工作方式
2.3 Pentium微处理器
2.3.1 Pentium微处理器概述
2.3.2 Pentium微处理器的功能结构
2.3.3 Pentium微处理器的寄存器组
2.3.4 Intel系列微处理器的技术发展
习题
第3章 x86指令系统
3.1 x86的寻址方式
3.1.1 立即寻址
3.1.2 寄存器寻址
3.1.3 存储器寻址
3.1.4 I/O端口寻址
3.2 x86指令系统
3.2.1 数据传送类
3.2.2 算术运算类
3.2.3 逻辑操作类
3.2.4 字符串操作类
3.2.5 控制转移类
3.2.6 处理器控制类
3.3 x86指令系统的纵向比较
习题
第4章 汇编语言程序设计
4.1 汇编语言概述
4.1.1 机器语言、汇编语言和高级语言
4.1.2 汇编语言程序结构
4.2 汇编语言语句的组成
4.2.1 字符集
4.2.2 保留字与标识符
4.2.3 常量、变量与标号
4.2.4 表达式及运算符
4.3 汇编语言的语句
4.3.1 指示性语句
4.3.2 指令性语句
4.4 宏汇编指令
4.5 编写完整的汇编语言程序
4.5.1 汇编语言程序与MS-DOS
4.5.2 汇编语言程序的整体框架
4.5.3 模块化程序设计的思想
4.5.4 利用简化段定义伪指令编写程序
4.6 汇编语言程序设计
4.6.1 程序设计基本方法
4.6.2 程序设计举例
习题
第5章 微机总线技术
5.1 总线概述
5.2 /8088CPU的引脚及总线
5.2.1 两种工作模式的公共引脚
5.2.2 最小模式的引脚
5.2.3 最小模式的总线接口部件
5.2.4 最大模式的引脚
5.2.5 最大模式的总线接口部件
5.3 /8088CPU的总线时序
5.3.1 /8088的总线时序概述
5.3.2 /8088的总线操作
5.4 Pentium微处理器的引脚信号
5.5 Pentium微处理器的总线时序
5.6 常用总线技术
习题
第6章 存储系统
6.1 存储器概述
6.2 主存储器
6.2.1 主存储器的分类
6.2.2 静态RAM
6.2.3 动态RAM
6.2.4 只读存储器ROM
6.2.5 IBM PC主存空间的分配
6.3 虚拟存储器
6.3.1 分段管理机制
6.3.2 分页管理机制
6.3.3 转换后备缓冲器
6.3.4 Pentium虚拟存储管理技术
6.4 高速缓冲存储器
习题
第7章 输入/输出接口
7.1 I/O接口
7.1.1 I/O接口的功能
7.1.2 接口电路的基本结构
7.2 无条件传送和查询式传送
7.2.1 无条件传送方式
7.2.2 查询传送方式
7.3 中断控制系统
7.3.1 中断概述
7.3.2 可屏蔽中断
7.3.3 Intel x86/Pentium CPU的中断系统
7.3.4 中断控制器Intel A
7.4 DMA传送
7.4.1 DMA传送方式
7.4.2 DMA控制器8237A
习题
第8章 常用接口技术
8.1 计数器/定时器
8.1.1 的功能结构
8.1.2 的编程
8.1.3 的工作方式
8.1.4 与8253的区别
8.1.5 在PC上的应用
8.1.6 应用实例
8.2 并行输入/输出接口
8.2.1 A的功能结构
8.2.2 A的控制字
8.2.3 A的工作方式
8.2.4 A应用举例
8.3 模/数和数/模转换接口
8.3.1 DAC0832数模转换器芯片
8.3.2 ADC0809数模转换器芯片
8.4 串行通信接口
8.4.1 串行通信
8.4.2 可编程通用异步收发器
8.4.3 可编程通用同步/异步收发器
习题
附录
附录A ASCII字符表
附录B ROM BIOS中断调用
附录C 常用DOS功能调用表
附录D /8088指令系统表
附录E DEBUG调试程序的使用方法
参考文献

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book