- 1、本文档共9页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Text book 钟富昭, 8051 基本原理与软硬体设计大全Reference book
Microprocessor 0 - 1/9
Text book: 鍾富昭, 8051 基本原理與軟硬體設計大全
Reference book:
Mazidi, “The 8051 Microcontroller and Embedded Systems,” Prentice-Hall, 2000.B.B. Brey, “The Intel
Microprocessors,” 5th edition, Prentice-Hall, 2000.
Prerequisites: 數位系統設計; 程式技巧有助益,但非必須
Scoring: 作業 (30%), 小考 (10%), 期中考 (20%), 期末考 (30%), 其他 (10%),
Coverage: 8051, ARM, IA-32
Office hours: Tuesday AM 10:00-12:00,科一館216-2 室 ext.4881; 其他時間亦可,但請先預約
Teaching assistant: , 科一館409-1; ext.4851
Microprocessor 0 - 2/9
Chapter 0 Introduction
–數位系統設計(digital system design) 包括 software, hardware and firmware.
–電腦的演進過程: mechanical, electrical, electronic, integrated circuit(IC), microprocessor(µP),
embedded, system on chip(SOC), …
Section 0.1: Numbering and Coding Systems
th
(請參考您的數位系統設計教科書,例如: Floyd, “Digital Fundamentals,” 6 edition, Prentice-Hall, 1997)
–凡人有 10 指 十進制 ,decimal (base 10)
–high/low, true/false, on/off, in/out, 有/無, … 二進制 ,binary (base 2)
–decimal 包括 10 個不同的符號symbols (0-9), 數目(numbers)由這10 個符號的數字(digits)所構成
–binary 包含digits 0 和1; 一般通稱為位元(bit)
–decimal to binary conversion: 將decimal number 不斷地除以2, 記錄餘數(remainders), 直到商數
(quotient)為零
Microprocessor 0 - 3/9
–example:
25/2 = 12 ….1 12/2 = 6 …. 0 6/2 = 3 …. 0 3/2 = 1 …. 1 1/2 = 0 …. 1
therefore, 2510 = 110012
–binary to decimal conversion: 將bits 相對應的權值(weights)加在一起
110101 5 4 3 2 1 0
2 = 1x2 + 1x2 + 0x2 +
文档评论(0)