Computer Organization and Assembly Language Programming
James L Peterson
- 出版商: Independently published
- 出版日期: 2019-01-06
- 售價: $1,230
- 貴賓價: 9.5 折 $1,169
- 語言: 英文
- 頁數: 434
- 裝訂: Paperback
- ISBN: 1792884966
- ISBN-13: 9781792884962
-
相關分類:
Computer-architecture、系統開發
海外代購書籍(需單獨結帳)
相關主題
商品描述
This textbook is about lower-level computer programming:machine language and assembly language, and how these languagesare used in the typical computer system. This is meant to givethe student a basic understanding of the fundamental concepts ofthe organization and operation of a computer. Even if the studentnever again programs in assembly language (and we would hope thatthey never have to!) it is important that they understand whatthe computer is doing at the machine language level. A goodunderstanding of computer organization translates into a betterunderstanding of the features and limitations of all computerfacilities, since all systems must eventually rest on theunderlying hardware machine. This text uses MIX, from Knuth's "The Art of Computer Programming".