9781119801733
ISBN :Возрастное ограничение : 0
Дата обновления : 20.12.2020
Microprocessor 5
Philippe Darche
Table of Contents
1В Cover (#uc8d0f06e-8f92-5b92-9460-c842b78cb650)
2В Title page (#u2e4577a8-f07f-52a8-af59-e48f01d256c0)
3В Copyright (#ucc898daf-f408-5c53-9ed3-3c13e2b96988)
4В Quotation (#u14d5295f-09cb-5a9c-b569-c514df7e55e6)
5В Preface (#u809dcc2e-da3e-5f47-bcf5-f67e5897b40a)
6В Introduction (#uf4548d9b-cc4f-57e9-9f3e-fba5b7b8c00c)
7В PART 1 (#ulink_0cb38048-550e-50c2-9c71-7ba802707b3f)1 Development Chain (#ulink_fa17f608-daec-5f59-bb28-00fd988db5bc)1.1. Layers of languages, stages of development and tools (#ulink_6f1fa854-a13f-5936-be8c-c7a1f52bf6e0)1.2. Fundamental software tools for development (#ulink_7b276308-6e88-5762-94ed-ade385e94919)1.3. Assembly language (#ulink_c916f461-6f0e-5298-b698-3df5d6966d50)1.4. Conclusion (#ulink_7b4b2275-c50e-5cad-adfc-8d49ba88bc8c)2 Debugging and Testing (#ulink_b556a8ee-782e-5e4a-bcd6-c0abe3868bea)2.1. Hardware support (#ulink_a3a262c2-04dc-5c2a-afea-3ae4e02bc7d7)2.2. Debugging (#ulink_54eafa8a-624b-5e99-8795-df40336ed529)2.3. Testing (#ulink_e129fd9a-159a-5b5e-84f7-ef571738dc70)2.4. Conclusion (#ulink_0b667826-10a5-5bd9-aec3-a9ebd0b59686)
8В PART 2 (#ulink_f9810037-af7c-5da6-b2f0-e63753cb01f6)3 Changes in the Organization of the Earliest Microcomputers (#ulink_99e7c364-33c4-51a5-a7df-27bd14f56fd3)3.1. Apple II (#ulink_df91acf8-ef88-5c67-8c7f-7e5399ab24f1)3.2. IBM PCs (#ulink_fc6e682d-4841-5d80-9b28-eb83d6bf8dbe)3.3. Chipset (#ulink_94ce93c2-7355-5464-accc-c811d6234b08)3.4. Motherboard architectures (#ulink_9643a6ea-851f-5e8d-84eb-1fc6a2ee2268)3.5. Evolution of microcomputer firmware (#ulink_33789a93-4615-598a-bdc5-0a585ab4ecb1)3.6. Conclusion (#ulink_72ea231f-03f8-54ef-a72c-f4f8afe4d935)
9В Conclusion of Volume 5 (#u0d96465f-56e0-5426-b35a-47f20827b28f)
10В Exercises (#u8ad3f2ed-aa91-5b3e-b9bd-0e554dc8639a)
11В Acronyms (#u014a91be-463d-5236-8699-6389e9d29f3c)
12В References (#ue3679730-3397-55dd-810e-9755c0e1efa6)
13В Index (#u13b614f2-a2b0-56ee-8f27-316ae14232dc)
14В End User License Agreement (#u02b133d4-7c74-5ac5-b620-ae3240e5f8e5)
List of Illustrations
1В Chapter 1Figure 1.1. Example of lines from a program written in 80x86 assembly language (#ulink_95cdb04d-d87b-5b5d-af88-f84a04e31fd8)Figure 1.2. Levels of languages in computing (#ulink_841ce5ae-1d8d-5c01-98c3-b2dc97ced062)Figure 1.3. Development chain for a program written in a compilable high-level l... (#ulink_ac04748e-83e3-5b73-9dd2-e4c0de7c3590)Figure 1.4. Relationship between the type and levels of languages (#ulink_dd7da27e-a637-5d0f-8387-26dc9fc78962)Figure 1.5. Software development chain in a mixed-language environment and with ... (#ulink_ec40813d-e386-53b6-b365-83f14bd5f425)Figure 1.6. API and ABI interfaces and Hardware Abstraction Layer. For a color v... (#ulink_2bb23d88-8afc-5390-8d65-4a31fed4a423)Figure 1.7. Information flow for assembly (#ulink_684e07b7-6de3-5306-a359-5e9dd39f6537)Figure 1.8. Functional phases of assembly (#ulink_c9ef09e7-addf-59e5-b31c-53f8685a81a9)Figure 1.9. Example of a symbol table extracted from the listing file in Figure ... (#ulink_1e455db0-8fe4-5cdf-9a15-3a04191bcf99)Figure 1.10. Example of a listing file generated by tasm (symbol table in Figure... (#ulink_87c339c9-d2ac-5806-bf65-558c8993b2f4)Figure 1.11. I/O for link editing (#ulink_880e320d-857c-5b01-a949-dfc4d05e40ce)Figure 1.12. Types of libraries (#ulink_339f815d-547e-5da8-a380-c8e1b98582d6)Figure 1.13. Example of a source file for a microcontroller from the Atmel AVR f...Figure 1.14. Example of a program with macro-instruction and then expansionFigure 1.15. Development chain with macro-management
2 Chapter 2Figure 2.1. The Intel SDK85 evaluation kit. For a color version of this figure, ...Figure 2.2. Communication between host and target systems. For a color version o...Figure 2.3. The Atmel STK500 evaluation kit. For a color version of this figure,...Figure 2.4. Microcontroller with integrated EPROM seen through the package’s qua...Figure 2.5. ISP and PDI interfaces for the Atmel STK600 evaluation kitFigure 2.6. Management state diagram compatible with the IEEE 1149.1 standardFigure 2.7. Compatibility between standardized instructions and target registersFigure 2.8. Hardware emulation chain. For a color version of this figure, see ww...Figure 2.10. The Atmel Studio simulator. For a color version of this figure, see...Figure 2.11. The Borland TurboDebugger. For a color version of this figure, see ...Figure 2.12. Debugging link with BDM access (HCS08/RS08 target system). For a co...Figure 2.13. BDM interface signalsFigure 2.14. Debugging connection using a JTAG port. For a color version of this...Figure 2.15. A chain of test modules.Figure 2.16. JTAG logic around the initial coreFigure 2.17. A typical boundary-scan register cell (a) with an example implement...Figure 2.18. JTAG connector examplesFigure 2.19. Components required by the standardFigure 2.20. Redirected debugging with gdb. For a color version of this figure, ...
3 Chapter 3Figure 3.1. Original Apple II motherboard (Rev. 0). For a color version of this ...Figure 3.2. Apple II block diagram (Gayler 1983)Figure 3.3. Top view of Apple II expansion slot (Gayler 1983)Figure 3.4. Installed daughter boards (unknown source). For a color version of t...Figure 3.5. IBM 5150 (original PC) motherboard. For a color version of this figu...Figure 3.6. Overview of the IBM 5150 motherboard (IBM 1984a). For a color versio...Figure 3.7. Overhead view of the 5150 bus expansion slot and its signals (IBM 19...Figure 3.8. IBM 5160 motherboard (PC XT). For a color version of this figure, se...Figure 3.9. Overview of the PC XT motherboard (IBM 1983). For a color version of...Figure 3.10. Topography of main memory (Figure 2.110 in Darche (2012) completed)Figure 3.11. IBM 5170 type 1 motherboard (PC AT). For a color version of this fi...Figure 3.12. Overview of the PC AT type 1 motherboard (IBM 1984b). For a color v...Figure 3.13. Overview of the PC AT type 2 motherboard (IBM 1986). For a color ve...Figure 3.14. ISA bus expansion slot extended to 16 bits and its 16-bit expansion...Figure 3.15. AT block diagram (IBM 1984b)Figure 3.16. Architecture based on the 82420 chipset for use with the 80486 (Sla...Figure 3.17. Architecture based on the 82430 chipset for use with the Pentium (I...Figure 3.18. Components in the 82430 chipset managing the EISA (Gwennap 1993) © ...Figure 3.19. Internal overview of a super I/O component: the PC87306 from NSFigure 3.20. Organization of a motherboard with an Intel 450KX/GX chipset (Intel...Figure 3.21. Implementation of AGP with the 440BX chipset (source: Intel)Figure 3.22. Intel HUB architectureFigure 3.23. DMI link connecting the MCH to the ICH: the 915PFigure 3.24. HyperTransport TunnelFigure 3.25. Timeline of the main motherboard form factorsFigure 3.26. Current PRIME B250-PRO motherboard (source: Asus – 2018, completed)...Figure 3.27. The different functional layers of an old-generation PC microcomput...Figure 3.28. EFI software location
List of Tables
1В Chapter 1Table 1.1. Language comparison (based on Jones (1986)) (#ulink_786b8bbc-e1c5-5902-b498-b691212e925b)Table 1.2. Address space operators in the IEEE 694-1985 standardTable 1.3. Standardized format suffixes
2 Chapter 2Table 2.1. Incremental characteristics of classes of debuggersTable 2.2. Generic characteristics of a debugging monitorTable 2.3. Primary characteristics of the HC08’s monitor mode (Motorola)Table 2.4. Characteristics of the background debugging mode for Motorola HCS08 a...Table 2.5. Comparison of functionality between various debugging tools (1/2)Table 2.6. Comparison of functionality between various debugging tools (2/2)Table 2.7. Classification of debugging approaches (Chen et al. 2002). F: Foregro...
3В Chapter 3Table 3.1. Characteristics of Intel 430 chipset family (except for the mobile 43...Table 3.2. Characteristics of the first Intel chipsets in the 450/440 familiesTable 3.3. Characteristics of the first Intel chipsets in the 450/440 families (...Table 3.4. Summary of various form factors
Guide
1В Cover (#uc8d0f06e-8f92-5b92-9460-c842b78cb650)
2В Table of Contents (#uf8aa8bf8-edad-5ef5-b383-bbf8a5dfa137)
3В Title page (#u2e4577a8-f07f-52a8-af59-e48f01d256c0)
4В Copyright (#ucc898daf-f408-5c53-9ed3-3c13e2b96988)
5В Quotation (#u14d5295f-09cb-5a9c-b569-c514df7e55e6)
6В Preface (#u809dcc2e-da3e-5f47-bcf5-f67e5897b40a)
7В Introduction (#uf4548d9b-cc4f-57e9-9f3e-fba5b7b8c00c)
8В Begin Reading (#u769d3963-f738-57f7-92a9-52d8da4d3506)
9В Conclusion of Volume 5 (#u0d96465f-56e0-5426-b35a-47f20827b28f)
10В Exercises (#u8ad3f2ed-aa91-5b3e-b9bd-0e554dc8639a)
11В Acronyms (#u014a91be-463d-5236-8699-6389e9d29f3c)
12В References (#ue3679730-3397-55dd-810e-9755c0e1efa6)
13В Index (#u13b614f2-a2b0-56ee-8f27-316ae14232dc)
14В End User License Agreement (#u02b133d4-7c74-5ac5-b620-ae3240e5f8e5)
Pages
1В v (#ulink_6979a4b6-ed07-52f6-8a0f-df91b0656144)
2В iii (#ulink_0cd88fca-8f03-56cc-bb3f-affb61883ca1)
3В iv (#ulink_6ead75f6-51fe-5743-ab11-1ec431d81e89)
4В vii (#ulink_74f547a6-68a3-5523-985f-235789e780ca)
5В ix (#ulink_f364b967-0e77-50fb-b4cb-aca7303dcda8)
6В x (#ulink_3b9329ba-d680-5dca-9d59-d73d2819a5ca)
7В xi (#ulink_1401b1e6-46e1-5527-a0a8-4687fd778006)
8В xiii (#ulink_2cdebd53-be81-5fb8-aa49-b83a0a3b325e)
9В 1 (#ulink_23fa2b5b-3dc9-5501-9f2e-3b49375e15ce)
10В 3 (#ulink_8c861765-b077-5ea4-80dc-97a8cbf11780)
11В 4 (#ulink_f12652c0-2afa-5ba7-99de-26aaf386bd8a)
12В 5 (#ulink_69d01ad0-7a5c-50d9-8925-ed9136c5b61a)
13В 6 (#ulink_0e313b06-c08f-5941-afbd-1d02f7e5cc6b)
14В 7 (#ulink_2d3fc769-5435-5cf2-b555-d32d2931c1a2)
15В 8 (#ulink_ae449e8b-f06a-5b7f-8e22-0c5cb32576fa)
16В 9 (#ulink_e59edcb9-6bac-5699-a6bb-7a55bf2bcd11)
17В 10 (#ulink_444b9336-420b-56fc-9832-3fc3c1921ec3)
18В 11 (#ulink_8d9a75d9-68cf-56f6-8377-54112d694786)
19В 12 (#ulink_820740fc-b670-5b3b-9d84-06d4a4903f4a)
20В 13 (#ulink_6d068b95-97fd-52ec-be73-351890c053d8)
21В 14 (#ulink_7f5f3648-1c8a-5055-b8a3-eefcb66d9429)
22В 15 (#ulink_457ec3ef-2d04-57cf-8a78-bd954307404c)
23В 16 (#ulink_555ab047-e00b-5c63-a09c-55c4071b599e)
24В 17 (#ulink_8fa93362-6bde-5188-8352-f1c680ccd879)
25В 18 (#ulink_e6aeca8b-0052-5515-9ffe-da7e60a5cf69)
26В 19 (#ulink_9b59dc22-265c-5229-a1ed-3c5e1ef8cd36)
27В 20 (#ulink_dceef439-1fdb-5a73-bd11-619e2853475f)
28В 21 (#ulink_0faf6fab-6f7f-5d71-8aa0-ceb74067d235)
29В 22 (#ulink_4b389651-9c6c-5093-af48-b6858982ce5a)
Все книги на сайте предоставены для ознакомления и защищены авторским правом