SlideShare una empresa de Scribd logo
1 de 14
Descargar para leer sin conexión
Instruction Codes
   Type of Instruction Codes
                    Overview




    Unit 3 - Instruction Codes

                 Abhineet Anand

      Computer Science and Engg. Department
University of Petroleum and Energy Studies, Dehradun


              November 26, 2012




            Abhineet Anand     Unit 3 - Instruction Codes
Instruction Codes   Introduction
               Type of Instruction Codes   Operation Code
                                Overview   Operands


Instruction Codes



     A Computer instruction is binary code that specifies a
     sequence of micro operation for the Computer.
     The Computer reads each instruction from memory and
     places it in a control register.
     The control then interprets the binary code of the
     instruction and proceeds to execute it by issuing a
     sequence of micro operations.




                        Abhineet Anand     Unit 3 - Instruction Codes
Instruction Codes   Introduction
               Type of Instruction Codes   Operation Code
                                Overview   Operands


Instruction Codes


     An instruction code is a group of bits that instruct the
     computer to perform a specific task.
     It is usually divided into parts, each having its own
     particular interpretation.
     They are:
         Operation Code, and
         Operands.
     The most basic part of an instruction code is its operation
     part.



                        Abhineet Anand     Unit 3 - Instruction Codes
Instruction Codes   Introduction
                Type of Instruction Codes   Operation Code
                                 Overview   Operands


Operation Code


     The Operation Code (OpCode) of an instruction is a group
     of bits that define each operation such add, subtract,
     multiply, shift, and complement.
     It must consist of at least n bits for a given 2n distinct
     operations.
     Suppose we are having 64 (26 ) operation then the length
     of OpCode will be 6.
     The control unit decode the OpCode and do the required
     operation.



                         Abhineet Anand     Unit 3 - Instruction Codes
Instruction Codes   Introduction
             Type of Instruction Codes   Operation Code
                              Overview   Operands


Operands

    The Operation must be performed on some data stored in
    processor register or in memory.
    Every Computer has its own particular instruction code
    format.
    The Simplest way to organize a computer is to have an
    instruction code format with two parts.
    The first part specifies the operation to be performed and
    the second specifies an address.




                      Abhineet Anand     Unit 3 - Instruction Codes
Type of Instruction Codes
                       Instruction Codes
                                           Memory - Reference Instruction
               Type of Instruction Codes
                                           Register - Reference Instruction
                                Overview
                                           Input - Output Instruction


Instruction Codes



     The Basic Computer has three instruction code formats.
     The OpCode part of the instruction contains three bits and
     the meaning of the remaining 13 bits depends on the
     operation code encountered.
     The three instruction code formats are:
         Memory - Reference Instruction
         Register - reference Instruction
         Input - Output Operation




                        Abhineet Anand     Unit 3 - Instruction Codes
Type of Instruction Codes
                        Instruction Codes
                                            Memory - Reference Instruction
                Type of Instruction Codes
                                            Register - Reference Instruction
                                 Overview
                                            Input - Output Instruction


Memory - Reference Instruction


     A Memory-Reference instruction uses 12 bits to specify an
     address and one bit to specify the addressing mode I.
     I is equal to 0 for direct address and to 1 for indirect
     address.




                         Abhineet Anand     Unit 3 - Instruction Codes
Type of Instruction Codes
                       Instruction Codes
                                           Memory - Reference Instruction
               Type of Instruction Codes
                                           Register - Reference Instruction
                                Overview
                                           Input - Output Instruction


Register - Reference Instruction

     The Register - Reference instruction are recognized by the
     operation code 111 with 0 in the leftmost bit (bit 15) of the
     instruction.
     It specifies an operation on or a test of the AC register.
     An operand from memory is not needed, so the other 12
     bits are used to specify the operation or test to be
     executed.




                        Abhineet Anand     Unit 3 - Instruction Codes
Type of Instruction Codes
                        Instruction Codes
                                            Memory - Reference Instruction
                Type of Instruction Codes
                                            Register - Reference Instruction
                                 Overview
                                            Input - Output Instruction


Input - Output Instruction


      An Input- Output Instruction does not need a reference to
      memory and recognized by the operation code 111 with a
      1 in the left most bit of the instruction.
      The remaining 12 bits are used to specify the type of
      input-output operation or test performed.




                         Abhineet Anand     Unit 3 - Instruction Codes
Instruction Codes
                                          How to know type of instruction.
              Type of Instruction Codes
                                          Table of Instruction.
                               Overview


OverView



    The type of instruction is recognized from four bits in
    position 12 through 15 of the instruction.
    If the three opcode in position 12 to 14 are not equal to
    111, the instruction is a memory-reference type.
    If these bit position is equal to 111 and 15th position is 0,
    the instruction is a register-reference type otherwise it is
    Input- output type.




                       Abhineet Anand     Unit 3 - Instruction Codes
Instruction Codes
                                      How to know type of instruction.
          Type of Instruction Codes
                                      Table of Instruction.
                           Overview




Becuase of three bits use in the operation code, its seems
that the computer is restricted to a maximum of eight
distinct operations.
However, by using other 12 bits, the total number of
instruction can exceed eight.
In fact, the total number of instruction chosen for the basic
computer is equal to 25.




                   Abhineet Anand     Unit 3 - Instruction Codes
Instruction Codes
                                            How to know type of instruction.
                Type of Instruction Codes
                                            Table of Instruction.
                                 Overview


Table of Instruction.
  The symbol designation is a three-letter word and represents
  an abbreviation intended for programmers and users.
  Memory Reference Instructions




                         Abhineet Anand     Unit 3 - Instruction Codes
Instruction Codes
                                           How to know type of instruction.
               Type of Instruction Codes
                                           Table of Instruction.
                                Overview


Table of Instruction
  Register Reference Instructions




                        Abhineet Anand     Unit 3 - Instruction Codes
Instruction Codes
                            How to know type of instruction.
Type of Instruction Codes
                            Table of Instruction.
                 Overview




             THANK YOU




         Abhineet Anand     Unit 3 - Instruction Codes

Más contenido relacionado

La actualidad más candente

Register transfer and micro-operation
Register transfer and micro-operationRegister transfer and micro-operation
Register transfer and micro-operationNikhil Pandit
 
instruction cycle ppt
instruction cycle pptinstruction cycle ppt
instruction cycle pptsheetal singh
 
Computer architecture register transfer languages rtl
Computer architecture register transfer languages rtlComputer architecture register transfer languages rtl
Computer architecture register transfer languages rtlMazin Alwaaly
 
Instruction Formats
Instruction FormatsInstruction Formats
Instruction FormatsRaaviKapoor
 
Registers and-common-bus
Registers and-common-busRegisters and-common-bus
Registers and-common-busAnuj Modi
 
bus and memory tranfer (computer organaization)
bus and memory tranfer (computer organaization)bus and memory tranfer (computer organaization)
bus and memory tranfer (computer organaization)Siddhi Viradiya
 
Asynchronous data transfer
Asynchronous data transferAsynchronous data transfer
Asynchronous data transferpriya Nithya
 
Timing and-control-unit
Timing and-control-unitTiming and-control-unit
Timing and-control-unitAnuj Modi
 
Basic Computer Organization and Design
Basic Computer Organization and DesignBasic Computer Organization and Design
Basic Computer Organization and Designmekind
 
Computer architecture addressing modes and formats
Computer architecture addressing modes and formatsComputer architecture addressing modes and formats
Computer architecture addressing modes and formatsMazin Alwaaly
 
Instruction Execution Cycle
Instruction Execution CycleInstruction Execution Cycle
Instruction Execution Cycleutsav_shah
 
Instruction Set Architecture
Instruction Set ArchitectureInstruction Set Architecture
Instruction Set ArchitectureDilum Bandara
 
Control Units : Microprogrammed and Hardwired:control unit
Control Units : Microprogrammed and Hardwired:control unitControl Units : Microprogrammed and Hardwired:control unit
Control Units : Microprogrammed and Hardwired:control unitabdosaidgkv
 
Instruction pipeline: Computer Architecture
Instruction pipeline: Computer ArchitectureInstruction pipeline: Computer Architecture
Instruction pipeline: Computer ArchitectureInteX Research Lab
 
Logical and shift micro operations
Logical and shift micro operationsLogical and shift micro operations
Logical and shift micro operationsSanjeev Patel
 

La actualidad más candente (20)

Register transfer and micro-operation
Register transfer and micro-operationRegister transfer and micro-operation
Register transfer and micro-operation
 
Instruction format
Instruction formatInstruction format
Instruction format
 
instruction cycle ppt
instruction cycle pptinstruction cycle ppt
instruction cycle ppt
 
Computer architecture register transfer languages rtl
Computer architecture register transfer languages rtlComputer architecture register transfer languages rtl
Computer architecture register transfer languages rtl
 
Instruction Formats
Instruction FormatsInstruction Formats
Instruction Formats
 
Registers and-common-bus
Registers and-common-busRegisters and-common-bus
Registers and-common-bus
 
bus and memory tranfer (computer organaization)
bus and memory tranfer (computer organaization)bus and memory tranfer (computer organaization)
bus and memory tranfer (computer organaization)
 
Asynchronous data transfer
Asynchronous data transferAsynchronous data transfer
Asynchronous data transfer
 
Timing and-control-unit
Timing and-control-unitTiming and-control-unit
Timing and-control-unit
 
Registers
RegistersRegisters
Registers
 
Basic Computer Organization and Design
Basic Computer Organization and DesignBasic Computer Organization and Design
Basic Computer Organization and Design
 
Computer architecture addressing modes and formats
Computer architecture addressing modes and formatsComputer architecture addressing modes and formats
Computer architecture addressing modes and formats
 
Modes of transfer
Modes of transferModes of transfer
Modes of transfer
 
Instruction Execution Cycle
Instruction Execution CycleInstruction Execution Cycle
Instruction Execution Cycle
 
Instruction Set Architecture
Instruction Set ArchitectureInstruction Set Architecture
Instruction Set Architecture
 
Control Units : Microprogrammed and Hardwired:control unit
Control Units : Microprogrammed and Hardwired:control unitControl Units : Microprogrammed and Hardwired:control unit
Control Units : Microprogrammed and Hardwired:control unit
 
ADDRESSING MODES
ADDRESSING MODESADDRESSING MODES
ADDRESSING MODES
 
Instruction pipeline: Computer Architecture
Instruction pipeline: Computer ArchitectureInstruction pipeline: Computer Architecture
Instruction pipeline: Computer Architecture
 
Addressing modes
Addressing modesAddressing modes
Addressing modes
 
Logical and shift micro operations
Logical and shift micro operationsLogical and shift micro operations
Logical and shift micro operations
 

Destacado

Instruction codes and computer registers
Instruction codes and computer registersInstruction codes and computer registers
Instruction codes and computer registersSanjeev Patel
 
Types of instructions
Types of instructionsTypes of instructions
Types of instructionsihsanjamil
 
Computer instructions
Computer instructionsComputer instructions
Computer instructionsAnuj Modi
 
Computer instruction
Computer instructionComputer instruction
Computer instructionSanjeev Patel
 
Chapter 3 INSTRUCTION SET AND ASSEMBLY LANGUAGE PROGRAMMING
Chapter 3 INSTRUCTION SET AND ASSEMBLY LANGUAGE PROGRAMMINGChapter 3 INSTRUCTION SET AND ASSEMBLY LANGUAGE PROGRAMMING
Chapter 3 INSTRUCTION SET AND ASSEMBLY LANGUAGE PROGRAMMINGFrankie Jones
 
What is CPU Register? Type of CPU Register.
What is CPU Register? Type of CPU Register.What is CPU Register? Type of CPU Register.
What is CPU Register? Type of CPU Register.Kapil Dev Das
 
Memory reference instruction
Memory reference instructionMemory reference instruction
Memory reference instructionSanjeev Patel
 
Instruction cycle
Instruction cycleInstruction cycle
Instruction cycleKumar
 
Logic microoperations
Logic microoperationsLogic microoperations
Logic microoperationsNitesh Singh
 
Assembly Language Lecture 1
Assembly Language Lecture 1Assembly Language Lecture 1
Assembly Language Lecture 1Motaz Saad
 
Part I:Introduction to assembly language
Part I:Introduction to assembly languagePart I:Introduction to assembly language
Part I:Introduction to assembly languageAhmed M. Abed
 
Assembly Language Basics
Assembly Language BasicsAssembly Language Basics
Assembly Language BasicsEducation Front
 
Assembly Language Lecture 2
Assembly Language Lecture 2Assembly Language Lecture 2
Assembly Language Lecture 2Motaz Saad
 
14827 shift registers
14827 shift registers14827 shift registers
14827 shift registersSandeep Kumar
 
Overview of Shift register and applications
Overview of Shift register and applicationsOverview of Shift register and applications
Overview of Shift register and applicationsKarthik Kumar
 

Destacado (20)

Instruction codes and computer registers
Instruction codes and computer registersInstruction codes and computer registers
Instruction codes and computer registers
 
Types of instructions
Types of instructionsTypes of instructions
Types of instructions
 
Computer instructions
Computer instructionsComputer instructions
Computer instructions
 
Computer instruction
Computer instructionComputer instruction
Computer instruction
 
Chapter 3 INSTRUCTION SET AND ASSEMBLY LANGUAGE PROGRAMMING
Chapter 3 INSTRUCTION SET AND ASSEMBLY LANGUAGE PROGRAMMINGChapter 3 INSTRUCTION SET AND ASSEMBLY LANGUAGE PROGRAMMING
Chapter 3 INSTRUCTION SET AND ASSEMBLY LANGUAGE PROGRAMMING
 
What is CPU Register? Type of CPU Register.
What is CPU Register? Type of CPU Register.What is CPU Register? Type of CPU Register.
What is CPU Register? Type of CPU Register.
 
Memory reference instruction
Memory reference instructionMemory reference instruction
Memory reference instruction
 
Instruction cycle
Instruction cycleInstruction cycle
Instruction cycle
 
Logic microoperations
Logic microoperationsLogic microoperations
Logic microoperations
 
Assembly Language Lecture 1
Assembly Language Lecture 1Assembly Language Lecture 1
Assembly Language Lecture 1
 
Part I:Introduction to assembly language
Part I:Introduction to assembly languagePart I:Introduction to assembly language
Part I:Introduction to assembly language
 
Assembly Language Basics
Assembly Language BasicsAssembly Language Basics
Assembly Language Basics
 
Assembly Language Lecture 2
Assembly Language Lecture 2Assembly Language Lecture 2
Assembly Language Lecture 2
 
Shift Register
Shift RegisterShift Register
Shift Register
 
Digital 9 16
Digital 9 16Digital 9 16
Digital 9 16
 
digital Counter
digital Counterdigital Counter
digital Counter
 
Counter And Sequencer Design- Student
Counter And Sequencer Design- StudentCounter And Sequencer Design- Student
Counter And Sequencer Design- Student
 
Cpu registers
Cpu registersCpu registers
Cpu registers
 
14827 shift registers
14827 shift registers14827 shift registers
14827 shift registers
 
Overview of Shift register and applications
Overview of Shift register and applicationsOverview of Shift register and applications
Overview of Shift register and applications
 

Similar a Instruction Code Types and Formats

Instruction code
Instruction codeInstruction code
Instruction codeKumar
 
Instruction code
Instruction codeInstruction code
Instruction codeKumar
 
Computer Architecture & Organization
Computer Architecture & OrganizationComputer Architecture & Organization
Computer Architecture & OrganizationShuvo Chakraborty
 
CO Unit 3.pdf (Important chapter of coa)
CO Unit 3.pdf (Important chapter of coa)CO Unit 3.pdf (Important chapter of coa)
CO Unit 3.pdf (Important chapter of coa)guptakrishns23
 
Chapter 3 computer organization and artpdf
Chapter 3 computer organization and artpdfChapter 3 computer organization and artpdf
Chapter 3 computer organization and artpdfMohammed472103
 
Basic Computer Organization and Design
Basic Computer Organization and DesignBasic Computer Organization and Design
Basic Computer Organization and DesignKamal Acharya
 
Computer Organization and Architecture.
Computer Organization and Architecture.Computer Organization and Architecture.
Computer Organization and Architecture.CS_GDRCST
 
Instruction set (prasenjit dey)
Instruction set (prasenjit dey)Instruction set (prasenjit dey)
Instruction set (prasenjit dey)Prasenjit Dey
 
Ec 252 ec-252-l10-instruction sets and addressing modes
Ec 252 ec-252-l10-instruction sets and addressing modesEc 252 ec-252-l10-instruction sets and addressing modes
Ec 252 ec-252-l10-instruction sets and addressing modesbhshmuec
 
material for studentbasic computer organization and design .pptx
material for studentbasic computer organization and design .pptxmaterial for studentbasic computer organization and design .pptx
material for studentbasic computer organization and design .pptxjainyshah20
 
BASIC COMPUTER ORGANIZATION AND DESIGN
BASIC COMPUTER ORGANIZATION AND DESIGNBASIC COMPUTER ORGANIZATION AND DESIGN
BASIC COMPUTER ORGANIZATION AND DESIGNAnonymous Red
 
Instruction codes and computer registers
Instruction codes and computer registersInstruction codes and computer registers
Instruction codes and computer registersmahesh kumar prajapat
 
Basic computer organization
Basic computer organizationBasic computer organization
Basic computer organizationNitesh Singh
 

Similar a Instruction Code Types and Formats (20)

Instruction code
Instruction codeInstruction code
Instruction code
 
Instruction code
Instruction codeInstruction code
Instruction code
 
Instruction Codes.pptx
Instruction Codes.pptxInstruction Codes.pptx
Instruction Codes.pptx
 
Computer Architecture & Organization
Computer Architecture & OrganizationComputer Architecture & Organization
Computer Architecture & Organization
 
Processor Basics
Processor BasicsProcessor Basics
Processor Basics
 
CO Unit 3.pdf (Important chapter of coa)
CO Unit 3.pdf (Important chapter of coa)CO Unit 3.pdf (Important chapter of coa)
CO Unit 3.pdf (Important chapter of coa)
 
Chapter 3 computer organization and artpdf
Chapter 3 computer organization and artpdfChapter 3 computer organization and artpdf
Chapter 3 computer organization and artpdf
 
Addresing modes
Addresing modesAddresing modes
Addresing modes
 
instruction format.pptx
instruction format.pptxinstruction format.pptx
instruction format.pptx
 
instruction codes
instruction codesinstruction codes
instruction codes
 
CSA PPT UNIT 1.pptx
CSA PPT UNIT 1.pptxCSA PPT UNIT 1.pptx
CSA PPT UNIT 1.pptx
 
Basic Computer Organization and Design
Basic Computer Organization and DesignBasic Computer Organization and Design
Basic Computer Organization and Design
 
Computer Organization and Architecture.
Computer Organization and Architecture.Computer Organization and Architecture.
Computer Organization and Architecture.
 
Instruction set (prasenjit dey)
Instruction set (prasenjit dey)Instruction set (prasenjit dey)
Instruction set (prasenjit dey)
 
Ec 252 ec-252-l10-instruction sets and addressing modes
Ec 252 ec-252-l10-instruction sets and addressing modesEc 252 ec-252-l10-instruction sets and addressing modes
Ec 252 ec-252-l10-instruction sets and addressing modes
 
material for studentbasic computer organization and design .pptx
material for studentbasic computer organization and design .pptxmaterial for studentbasic computer organization and design .pptx
material for studentbasic computer organization and design .pptx
 
BASIC COMPUTER ORGANIZATION AND DESIGN
BASIC COMPUTER ORGANIZATION AND DESIGNBASIC COMPUTER ORGANIZATION AND DESIGN
BASIC COMPUTER ORGANIZATION AND DESIGN
 
Instruction codes and computer registers
Instruction codes and computer registersInstruction codes and computer registers
Instruction codes and computer registers
 
Basic computer organization
Basic computer organizationBasic computer organization
Basic computer organization
 
COA.pptx
COA.pptxCOA.pptx
COA.pptx
 

Más de Dr. Abhineet Anand (12)

Software Engineering Introduction
Software Engineering IntroductionSoftware Engineering Introduction
Software Engineering Introduction
 
String
StringString
String
 
Function in C
Function in CFunction in C
Function in C
 
Key concept
Key conceptKey concept
Key concept
 
Arrays
ArraysArrays
Arrays
 
C language preliminaries
C language preliminariesC language preliminaries
C language preliminaries
 
Ndfa
NdfaNdfa
Ndfa
 
Finite automata
Finite automataFinite automata
Finite automata
 
Introduction
IntroductionIntroduction
Introduction
 
Micro program
Micro programMicro program
Micro program
 
Memory organization
Memory organizationMemory organization
Memory organization
 
Instruction, interrupts & io processing
Instruction, interrupts & io processingInstruction, interrupts & io processing
Instruction, interrupts & io processing
 

Instruction Code Types and Formats

  • 1. Instruction Codes Type of Instruction Codes Overview Unit 3 - Instruction Codes Abhineet Anand Computer Science and Engg. Department University of Petroleum and Energy Studies, Dehradun November 26, 2012 Abhineet Anand Unit 3 - Instruction Codes
  • 2. Instruction Codes Introduction Type of Instruction Codes Operation Code Overview Operands Instruction Codes A Computer instruction is binary code that specifies a sequence of micro operation for the Computer. The Computer reads each instruction from memory and places it in a control register. The control then interprets the binary code of the instruction and proceeds to execute it by issuing a sequence of micro operations. Abhineet Anand Unit 3 - Instruction Codes
  • 3. Instruction Codes Introduction Type of Instruction Codes Operation Code Overview Operands Instruction Codes An instruction code is a group of bits that instruct the computer to perform a specific task. It is usually divided into parts, each having its own particular interpretation. They are: Operation Code, and Operands. The most basic part of an instruction code is its operation part. Abhineet Anand Unit 3 - Instruction Codes
  • 4. Instruction Codes Introduction Type of Instruction Codes Operation Code Overview Operands Operation Code The Operation Code (OpCode) of an instruction is a group of bits that define each operation such add, subtract, multiply, shift, and complement. It must consist of at least n bits for a given 2n distinct operations. Suppose we are having 64 (26 ) operation then the length of OpCode will be 6. The control unit decode the OpCode and do the required operation. Abhineet Anand Unit 3 - Instruction Codes
  • 5. Instruction Codes Introduction Type of Instruction Codes Operation Code Overview Operands Operands The Operation must be performed on some data stored in processor register or in memory. Every Computer has its own particular instruction code format. The Simplest way to organize a computer is to have an instruction code format with two parts. The first part specifies the operation to be performed and the second specifies an address. Abhineet Anand Unit 3 - Instruction Codes
  • 6. Type of Instruction Codes Instruction Codes Memory - Reference Instruction Type of Instruction Codes Register - Reference Instruction Overview Input - Output Instruction Instruction Codes The Basic Computer has three instruction code formats. The OpCode part of the instruction contains three bits and the meaning of the remaining 13 bits depends on the operation code encountered. The three instruction code formats are: Memory - Reference Instruction Register - reference Instruction Input - Output Operation Abhineet Anand Unit 3 - Instruction Codes
  • 7. Type of Instruction Codes Instruction Codes Memory - Reference Instruction Type of Instruction Codes Register - Reference Instruction Overview Input - Output Instruction Memory - Reference Instruction A Memory-Reference instruction uses 12 bits to specify an address and one bit to specify the addressing mode I. I is equal to 0 for direct address and to 1 for indirect address. Abhineet Anand Unit 3 - Instruction Codes
  • 8. Type of Instruction Codes Instruction Codes Memory - Reference Instruction Type of Instruction Codes Register - Reference Instruction Overview Input - Output Instruction Register - Reference Instruction The Register - Reference instruction are recognized by the operation code 111 with 0 in the leftmost bit (bit 15) of the instruction. It specifies an operation on or a test of the AC register. An operand from memory is not needed, so the other 12 bits are used to specify the operation or test to be executed. Abhineet Anand Unit 3 - Instruction Codes
  • 9. Type of Instruction Codes Instruction Codes Memory - Reference Instruction Type of Instruction Codes Register - Reference Instruction Overview Input - Output Instruction Input - Output Instruction An Input- Output Instruction does not need a reference to memory and recognized by the operation code 111 with a 1 in the left most bit of the instruction. The remaining 12 bits are used to specify the type of input-output operation or test performed. Abhineet Anand Unit 3 - Instruction Codes
  • 10. Instruction Codes How to know type of instruction. Type of Instruction Codes Table of Instruction. Overview OverView The type of instruction is recognized from four bits in position 12 through 15 of the instruction. If the three opcode in position 12 to 14 are not equal to 111, the instruction is a memory-reference type. If these bit position is equal to 111 and 15th position is 0, the instruction is a register-reference type otherwise it is Input- output type. Abhineet Anand Unit 3 - Instruction Codes
  • 11. Instruction Codes How to know type of instruction. Type of Instruction Codes Table of Instruction. Overview Becuase of three bits use in the operation code, its seems that the computer is restricted to a maximum of eight distinct operations. However, by using other 12 bits, the total number of instruction can exceed eight. In fact, the total number of instruction chosen for the basic computer is equal to 25. Abhineet Anand Unit 3 - Instruction Codes
  • 12. Instruction Codes How to know type of instruction. Type of Instruction Codes Table of Instruction. Overview Table of Instruction. The symbol designation is a three-letter word and represents an abbreviation intended for programmers and users. Memory Reference Instructions Abhineet Anand Unit 3 - Instruction Codes
  • 13. Instruction Codes How to know type of instruction. Type of Instruction Codes Table of Instruction. Overview Table of Instruction Register Reference Instructions Abhineet Anand Unit 3 - Instruction Codes
  • 14. Instruction Codes How to know type of instruction. Type of Instruction Codes Table of Instruction. Overview THANK YOU Abhineet Anand Unit 3 - Instruction Codes