語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Guide to assembly language = a conci...
~
Streib, James T.
FindBook
Google Book
Amazon
博客來
Guide to assembly language = a concise introduction /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Guide to assembly language/ by James T. Streib.
其他題名:
a concise introduction /
作者:
Streib, James T.
出版者:
Cham :Springer International Publishing : : 2020.,
面頁冊數:
xv, 344 p. :ill. (some col.), digital ;24 cm.
內容註:
Variables, Registers, and Data Movement -- Input/Output -- Arithmetic Instructions -- Selection Structures -- Iteration Structures -- Logic, Shifting, Rotating, and Stacks -- Procedures and Macros -- Arrays -- Strings -- Floating-Point Instructions -- 64-bit Processing -- Selected Machine Language Instructions -- Appendix A: Directions for MASM in Visual Studio 2019 Community Edition -- Appendix B: Binary, Hexadecimal, Logic, and Arithmetic -- Appendix C: Glossary -- Appendix D: Selected Assembly Language Instructions -- Appendix E: Answers to Selected Exercises.
Contained By:
Springer eBooks
標題:
Assembly languages (Electronic computers) - Handbooks, manuals, etc. -
電子資源:
https://doi.org/10.1007/978-3-030-35639-2
ISBN:
9783030356392
Guide to assembly language = a concise introduction /
Streib, James T.
Guide to assembly language
a concise introduction /[electronic resource] :by James T. Streib. - Second edition. - Cham :Springer International Publishing :2020. - xv, 344 p. :ill. (some col.), digital ;24 cm. - Undergraduate topics in computer science,1863-7310. - Undergraduate topics in computer science..
Variables, Registers, and Data Movement -- Input/Output -- Arithmetic Instructions -- Selection Structures -- Iteration Structures -- Logic, Shifting, Rotating, and Stacks -- Procedures and Macros -- Arrays -- Strings -- Floating-Point Instructions -- 64-bit Processing -- Selected Machine Language Instructions -- Appendix A: Directions for MASM in Visual Studio 2019 Community Edition -- Appendix B: Binary, Hexadecimal, Logic, and Arithmetic -- Appendix C: Glossary -- Appendix D: Selected Assembly Language Instructions -- Appendix E: Answers to Selected Exercises.
This concise guide is designed to enable the reader to learn how to program in assembly language as quickly as possible. Through a hands-on programming approach, readers will also learn about the architecture of the Intel processor, and the relationship between high-level and low-level languages. This updated second edition has been expanded with additional exercises, and enhanced with new material on floating-point numbers and 64-bit processing. Topics and features: Provides guidance on simplified register usage, simplified input/output using C-like statements, and the use of high-level control structures Describes the implementation of control structures, without the use of high-level structures, and often with related C program code Illustrates concepts with one or more complete program Presents review summaries in each chapter, together with a variety of exercises, from short-answer questions to programming assignments Covers selection and iteration structures, logic, shift, arithmetic shift, rotate, and stack instructions, procedures and macros, arrays, and strings Includes an introduction to floating-point instructions and 64-bit processing Examines machine language from a discovery perspective, introducing the principles of computer organization A must-have resource for undergraduate students seeking to learn the fundamentals necessary to begin writing logically correct programs in a minimal amount of time, this work will serve as an ideal textbook for an assembly language course, or as a supplementary text for courses on computer organization and architecture. The presentation assumes prior knowledge of the basics of programming in a high-level language such as C, C++, or Java. Dr. James T. Streib is Professor Emeritus of Computer Science at Illinois College, Jacksonville, IL, USA. His other publications include the Springer textbooks Guide to Data Structures and Guide to Java.
ISBN: 9783030356392
Standard No.: 10.1007/978-3-030-35639-2doiSubjects--Topical Terms:
1636162
Assembly languages (Electronic computers)
--Handbooks, manuals, etc.
LC Class. No.: QA76.73.A8 / S77 2020
Dewey Class. No.: 005.13
Guide to assembly language = a concise introduction /
LDR
:03592nmm a2200361 a 4500
001
2215512
003
DE-He213
005
20200124031257.0
006
m d
007
cr nn 008maaau
008
201120s2020 sz s 0 eng d
020
$a
9783030356392
$q
(electronic bk.)
020
$a
9783030356385
$q
(paper)
024
7
$a
10.1007/978-3-030-35639-2
$2
doi
035
$a
978-3-030-35639-2
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.A8
$b
S77 2020
072
7
$a
UMX
$2
bicssc
072
7
$a
COM051010
$2
bisacsh
072
7
$a
UMX
$2
thema
072
7
$a
UMC
$2
thema
082
0 4
$a
005.13
$2
23
090
$a
QA76.73.A8
$b
S915 2020
100
1
$a
Streib, James T.
$3
2058614
245
1 0
$a
Guide to assembly language
$h
[electronic resource] :
$b
a concise introduction /
$c
by James T. Streib.
250
$a
Second edition.
260
$a
Cham :
$b
Springer International Publishing :
$b
Imprint: Springer,
$c
2020.
300
$a
xv, 344 p. :
$b
ill. (some col.), digital ;
$c
24 cm.
490
1
$a
Undergraduate topics in computer science,
$x
1863-7310
505
0
$a
Variables, Registers, and Data Movement -- Input/Output -- Arithmetic Instructions -- Selection Structures -- Iteration Structures -- Logic, Shifting, Rotating, and Stacks -- Procedures and Macros -- Arrays -- Strings -- Floating-Point Instructions -- 64-bit Processing -- Selected Machine Language Instructions -- Appendix A: Directions for MASM in Visual Studio 2019 Community Edition -- Appendix B: Binary, Hexadecimal, Logic, and Arithmetic -- Appendix C: Glossary -- Appendix D: Selected Assembly Language Instructions -- Appendix E: Answers to Selected Exercises.
520
$a
This concise guide is designed to enable the reader to learn how to program in assembly language as quickly as possible. Through a hands-on programming approach, readers will also learn about the architecture of the Intel processor, and the relationship between high-level and low-level languages. This updated second edition has been expanded with additional exercises, and enhanced with new material on floating-point numbers and 64-bit processing. Topics and features: Provides guidance on simplified register usage, simplified input/output using C-like statements, and the use of high-level control structures Describes the implementation of control structures, without the use of high-level structures, and often with related C program code Illustrates concepts with one or more complete program Presents review summaries in each chapter, together with a variety of exercises, from short-answer questions to programming assignments Covers selection and iteration structures, logic, shift, arithmetic shift, rotate, and stack instructions, procedures and macros, arrays, and strings Includes an introduction to floating-point instructions and 64-bit processing Examines machine language from a discovery perspective, introducing the principles of computer organization A must-have resource for undergraduate students seeking to learn the fundamentals necessary to begin writing logically correct programs in a minimal amount of time, this work will serve as an ideal textbook for an assembly language course, or as a supplementary text for courses on computer organization and architecture. The presentation assumes prior knowledge of the basics of programming in a high-level language such as C, C++, or Java. Dr. James T. Streib is Professor Emeritus of Computer Science at Illinois College, Jacksonville, IL, USA. His other publications include the Springer textbooks Guide to Data Structures and Guide to Java.
650
0
$a
Assembly languages (Electronic computers)
$v
Handbooks, manuals, etc.
$3
1636162
650
0
$a
Programming languages (Electronic computers)
$3
606806
650
0
$a
Microprocessors.
$3
517143
650
1 4
$a
Programming Languages, Compilers, Interpreters.
$3
891123
650
2 4
$a
Processor Architectures.
$3
892680
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer eBooks
830
0
$a
Undergraduate topics in computer science.
$3
1567579
856
4 0
$u
https://doi.org/10.1007/978-3-030-35639-2
950
$a
Computer Science (Springer-11645)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9390416
電子資源
11.線上閱覽_V
電子書
EB QA76.73.A8 S77 2020
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入