Transcription of Chapter 2 Instructions: Assembly Language
{{id}} {{{paragraph}}}
Chapter 2 instructions : Assembly LanguageReading: The corresponding Chapter in the 2nd edition is Chapter 3, in the 3rd edition itis Chapter 2 and Appendix A and in the 4th edition it is Chapter 2 and Appendix instructions and Instruction setThe Language to command a computer architecture is comprised ofinstructionsand thevocabulary of that Language is called theinstruction set. The only way computers can rep-resent information is based on high or low electric signals, , transistors (electric switches)being turned on or off. Being limited to those 2 alternatives, we represent information in com-puters usingbits(binary digits), which can have one of two values: 0 or 1. So, instructionswill be stored in and read by computers as sequences of bits.
2 CHAPTER 2. INSTRUCTIONS: ASSEMBLY LANGUAGE 2.2 MIPS R2000 The instruction set we will explore in class is the MIPS R2000 instruction set, named after a company that designed the widely spread MIPS (Microprocessor without Interlocked Pipeline Stages) architecture and its corresponding instruction set. MIPS R2000 is a 32-bit based instruction set.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}