ﻪﺘﻓﺮﺸﻴﭘ ﺮﺗﻮﻴﭙﻣﺎﻛ يرﺎﻤﻌﻣ MIPS يرﺎﻤﻌﻣ data path and ontrol control

Similar documents
The Processor: Datapath & Control

ECE369. Chapter 5 ECE369

Lets Build a Processor

Systems Architecture I

ENE 334 Microprocessors

Topic #6. Processor Design

CPE 335. Basic MIPS Architecture Part II

Lecture 5 and 6. ICS 152 Computer Systems Architecture. Prof. Juan Luis Aragón

Processor: Multi- Cycle Datapath & Control

Chapter 5: The Processor: Datapath and Control

Multicycle Approach. Designing MIPS Processor

RISC Processor Design

EECE 417 Computer Systems Architecture

Lecture 5: The Processor

Chapter 4 The Processor (Part 2)

CSE 2021 COMPUTER ORGANIZATION

CC 311- Computer Architecture. The Processor - Control

Lecture 8: Control COS / ELE 375. Computer Architecture and Organization. Princeton University Fall Prof. David August

CSE 2021 COMPUTER ORGANIZATION

LECTURE 6. Multi-Cycle Datapath and Control

RISC Architecture: Multi-Cycle Implementation

ALUOut. Registers A. I + D Memory IR. combinatorial block. combinatorial block. combinatorial block MDR

RISC Design: Multi-Cycle Implementation

Implementing the Control. Simple Questions

RISC Architecture: Multi-Cycle Implementation

Computer Science 324 Computer Architecture Mount Holyoke College Fall Topic Notes: Data Paths and Microprogramming

Multiple Cycle Data Path

CS/COE0447: Computer Organization

CS/COE0447: Computer Organization

Alternative to single cycle. Drawbacks of single cycle implementation. Multiple cycle implementation. Instruction fetch

ELEC 5200/6200 Computer Architecture and Design Spring 2017 Lecture 4: Datapath and Control

Microprogramming. Microprogramming

Inf2C - Computer Systems Lecture 12 Processor Design Multi-Cycle

Major CPU Design Steps

Computer Science 141 Computing Hardware

Mapping Control to Hardware

Systems Architecture

Processor (I) - datapath & control. Hwansoo Han

Chapter 5 Solutions: For More Practice

Points available Your marks Total 100

CENG 3420 Computer Organization and Design. Lecture 06: MIPS Processor - I. Bei Yu

CO Computer Architecture and Programming Languages CAPL. Lecture 18 & 19

Note- E~ S. \3 \S U\e. ~ ~s ~. 4. \\ o~ (fw' \i<.t. (~e., 3\0)

CSE 2021: Computer Organization Fall 2010 Solution to Assignment # 3: Multicycle Implementation

Processor (multi-cycle)

Single vs. Multi-cycle Implementation

Review: Abstract Implementation View

Initial Representation Finite State Diagram. Logic Representation Logic Equations

ECE 313 Computer Organization FINAL EXAM December 14, This exam is open book and open notes. You have 2 hours.

CPE 335 Computer Organization. Basic MIPS Architecture Part I

CENG 3420 Lecture 06: Datapath

LECTURE 5. Single-Cycle Datapath and Control

COMPUTER ORGANIZATION AND DESIGN. The Hardware/Software Interface. Chapter 4. The Processor: A Based on P&H

COMP303 - Computer Architecture Lecture 10. Multi-Cycle Design & Exceptions

Ch 5: Designing a Single Cycle Datapath

Using a Hardware Description Language to Design and Simulate a Processor 5.8

Control Unit for Multiple Cycle Implementation

Computer Architecture Chapter 5. Fall 2005 Department of Computer Science Kent State University

Design of the MIPS Processor

Chapter 4. The Processor. Computer Architecture and IC Design Lab

Computer Organization & Design The Hardware/Software Interface Chapter 5 The processor : Datapath and control

Single Cycle Datapath

Design of the MIPS Processor (contd)

Control & Execution. Finite State Machines for Control. MIPS Execution. Comp 411. L14 Control & Execution 1

Computer Organization and Structure. Bing-Yu Chen National Taiwan University

Single Cycle Datapath

CS Computer Architecture Spring Week 10: Chapter

Multi-cycle Approach. Single cycle CPU. Multi-cycle CPU. Requires state elements to hold intermediate values. one clock cycle or instruction

Multicycle conclusion

The Processor. Z. Jerry Shi Department of Computer Science and Engineering University of Connecticut. CSE3666: Introduction to Computer Architecture

The MIPS Processor Datapath

CPU Organization (Design)

Processor Implementation in VHDL. University of Ulster at Jordanstown University of Applied Sciences, Augsburg

The Processor (1) Jinkyu Jeong Computer Systems Laboratory Sungkyunkwan University

Initial Representation Finite State Diagram Microprogram. Sequencing Control Explicit Next State Microprogram counter

ECE 3056: Architecture, Concurrency and Energy of Computation. Single and Multi-Cycle Datapaths: Practice Problems

COMP303 - Computer Architecture Lecture 8. Designing a Single Cycle Datapath

ECE260: Fundamentals of Computer Engineering

ECE 313 Computer Organization FINAL EXAM December 11, Multicycle Processor Design 30 Points

Single Cycle Data Path

TDT4255 Computer Design. Lecture 4. Magnus Jahre. TDT4255 Computer Design

EE457. Note: Parts of the solutions are extracted from the solutions manual accompanying the text book.

Chapter 4. The Processor. Instruction count Determined by ISA and compiler. We will examine two MIPS implementations

Digital Design & Computer Architecture (E85) D. Money Harris Fall 2007

ECE232: Hardware Organization and Design

CSE 2021 Computer Organization. Hugh Chesser, CSEB 1012U W10-M

Lecture 9: Microcontrolled Multi-Cycle Implementations. Who Am I?

EECS150 - Digital Design Lecture 10- CPU Microarchitecture. Processor Microarchitecture Introduction

Chapter 4. The Processor

Inf2C - Computer Systems Lecture Processor Design Single Cycle

CSE Computer Architecture I Fall 2009 Lecture 13 In Class Notes and Problems October 6, 2009

Chapter 4. The Processor

COMPUTER ORGANIZATION AND DESIGN. 5 th Edition. The Hardware/Software Interface. Chapter 4. The Processor

CS152 Computer Architecture and Engineering Lecture 13: Microprogramming and Exceptions. Review of a Multiple Cycle Implementation

COMPUTER ORGANIZATION AND DESIGN. 5 th Edition. The Hardware/Software Interface. Chapter 4. The Processor

Chapter 4. Instruction Execution. Introduction. CPU Overview. Multiplexers. Chapter 4 The Processor 1. The Processor.

The Processor: Datapath and Control. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

CSEN 601: Computer System Architecture Summer 2014

CSE Lecture In Class Example Handout

THE HONG KONG UNIVERSITY OF SCIENCE & TECHNOLOGY Computer Organization (COMP 2611) Spring Semester, 2014 Final Examination

Transcription:

معماري كامپيوتر پيشرفته معماري MIPS data path and control abbasi@basu.ac.ir

Topics Building a datapath support a subset of the MIPS-I instruction-set A single cycle processor datapath all instruction actions in one (long) cycle A multi-cycle processor datapath each instructions takes multiple (shorter) cycles Exception support For details see book (ch 5): 2

Datapath and Control FSM or Microprogramming Registers & Memories Multiplexors Buses ALUs Control Datapath 3

The Processor: Datapath & Control Simplified MIPS implementation to contain only: memory-reference instructions: lw, sw arithmetic-logical instructions: control flow instructions: Generic Implementation: add, sub, and, or, slt beq, j use the program counter (PC) to supply instruction address get the instruction from memory read registers use the instruction to decide exactly what to do All instructions use the ALU after reading the registers Why? memory-reference? reference? arithmetic? control flow? 4

More Implementation Details Abstract / Simplified View: Data PC Address Instruction Instruction Register # Registers Register # ALU memory Register # Address Data memory Data Two types of functional units: elements that operate on data values (combinational) elements that contain state (sequential) 5

State Elements Unclocked vs. Clocked Clocks used in synchronous logic when should an element that contains state be updated? falling edge cycle time rising edge 6

An unclocked state element The set-reset (SR) latch output depends on present inputs and also on past inputs R Q S Q Truth table: R S Q 0 0 Q 0 1 1 1 0 0 1 1? state change 7

Latches and Flip-flops Output is equal to the stored value inside the element (don't need to ask for permission to look at the value) Change of state (value) is based on the clock Latches: whenever the inputs change, and the clock is asserted Flip-flop: state changes only on a clock edge (edge-triggered methodology) A clocking methodology defines when signals can be read and written wouldn't want to read a signal at the same time it was being written 8

D-latch Two inputs: the data value to be stored (D) the clock signal (C) indicating when to read & store D Two outputs: the value of the internal state (Q) and it's complement C Q D D _ Q C Q 9

D flip-flop Output changes only on the clock edge D D Q D latch C D Q D latch _ C Q Q _ Q C D C Q 10

Our Implementation An edge triggered methodology Typical execution: read contents of some state elements, send values through some combinational logic, write results to one or more state elements State element 1 Combinational logic State element 2 Clock cycle 11

Register File 3-ported: one write, two read ports Read reg. #1 Read data 1 Read reg.#2 Read data 2 Wit Write reg.# Write data Write 12

Register file: read ports Register file built using D flip-flops Read register number 1 Register 0 Register 1 Register n 1 Register n M u Read data 1 x Read register number 2 M u x Read data 2 Implementation of the read ports 13

Register file: write port Note: we still use the real clock to determine when to write Write 0 1 C D R egiste r 0 Register number n-to-1 decoder C Register 1 n 1 D n C Register n 1 D Register data C D Register n 14

Simple Implementation Include the functional units we need for each instruction Instruction address Instruction PC Add Sum MemWrite Instruction memory a. Instruction memory b. Program counter c. Adder Address Write data Data memory Read data 16 Sign 32 extend Register numbers Data 5 Read 3 register 1 5 5 Read register 2 Registers Write register Write data Read data 1 Read data 2 Data ALU control Zero ALU ALU result MemRead a. Data memory unit b. Sign-extension unit RegWrite a. Registers b. ALU 15

Building the Datapath Use multiplexors to stitch them together PCSrc Add M ux 4 Shift left 2 Add ALU result PC Read address Instruction Instruction memory Registers Read register 1 Read Read data 1 register 2 Write register Write data RegWrite Read data 2 16 Sign 32 extend ALUSrc M ux ALU operation 3 MemWrite Zero ALU ALU result Address Write data MemRead Read data Data memory MemtoReg M ux x 16

Our Simple Control Structure All of the logic is combinational We wait for everything to settle down, and the right thing to be done ALU might not produce right answer right away we use write signals along with clock to determine when to write Cycle time determined by length of the longest path State element 1 Combinational logic State element 2 Clock cycle We are ignoring some details like setup and hold times! 17

Control Selecting the operations to perform (ALU, read/write, etc.) Controlling the flow of data (multiplexor inputs) Information comes from the 32 bits of the instruction Example: add $8, $17, $18 Instruction Format: 000000 10001 10010 01000 00000 100000 op rs rt rd shamt funct ALU's operation based on instruction type and function code 18

Control: 2 level implementation bit ter ction regis Opcode 31 26 6 Control 2 2 ALUop 00: lw, sw 01: beq 10: add, sub, and, or, slt instru Funct. Control 1 5 6 ALU 0 3 ALUcontrol 000: and 001: or 010: add 110: sub 111: set on less than 19

Datapath with Control 0 M ux 4 Add Instruction [31 26] Control RegDst Branch MemRead MemtoReg ALUOp MemWrite ALUSrc RegWrite Shift left 2 Add ALU result 1 PC Read address Instruction memory Instruction [31 0] Instruction [25 21] Instruction [20 16] Instruction [15 11] M ux 0 1 Read register 1 Read Read data1 register 2 Registers Read Write data2 register Write data 0 M ux 1 Zero ALU ALU result Address Write data Data memory Read data M ux 1 x 0 Instruction [15 0] 16 Sign 32 extend ALU control Instruction[5 0] 20

ALU Control1 What should the ALU do with this instruction example: lw $1, 100($2) ALU control input 35 2 1 100 op rs rt 16 bit offset 000 AND 001 OR 010 add 110 subtract 111 set-on-less-than Why is the code for subtract 110 and not 011? 21

ALU Control1 Must describe hardware to compute 3-bit ALU control input given instruction type 00 = lw, sw 01 = beq, 10 = arithmetic function code for arithmetic ALU Operation class, computed from instruction type Describe it using a truth th table (can turn into gates): intputs outputs ALUOp Funct field Operation ALUOp1 ALUOp0 F5 F4 F3 F2 F1 F0 0 0 X X X X X X 010 X 1 X X X X X X 110 1 X X X 0 0 0 0 010 1 X X X 0 0 1 0 110 1 X X X 0 1 0 0 000 1 X X X 0 1 0 1 001 1 X X X 1 0 1 0 111 22

ALU Control1 Simple combinational logic (truth tables) ALUOp ALU control block ALUOp0 ALUOp1 F3 Operation2 F(5 0) F2 F1 F0 Operation1 Operation0 Operation 23

Deriving Control2 signals Input 6-bits 9 control (output) signals Memto- Reg Mem Mem Instruction RegDst ALUSrc Reg Write Read Write Branch ALUOp1 ALUp0 Rf R-format 1 0 0 1 0 0 0 1 0 lw 0 1 1 1 1 0 0 0 0 sw X 1 X 0 0 1 0 0 0 beq X 0 X 0 0 0 1 0 1 Determine these control signals directly from the opcodes: R-format: 0 lw: 35 sw: 43 beq: 4 24

Control 2 PLA example implementation Inputs Op5 Op4 Op3 Op2 Op1 Op0 R-format Iw sw beq Outputs RegDst ALUSrc MemtoReg RegWrite MemRead MemWrite Branch ALUOp1 ALUOpO 25

Single Cycle Implementation Calculate cycle time assuming negligible delays except: memory (2ns), ALU and adders (2ns), register file access (1ns) PCSrc Add M ux 1 4 ALU Add 0 result RegWrite Shift left 2 PC Read address Instruction [31 0] Instruction memory Instruction [25 21] Instruction [20 16] 1 M ux Instruction [15 11] 0 RegDst Instruction [15 0] Read register 1 Read register2 Write register Write data Read data 1 Read data 2 Registers 16 Sign 32 extend ALUSrc M ux 1 0 ALU control ALU Zero ALU result MemWrite Address Write data MemRead Read data Data memory MemtoReg 1 M ux x 0 Instruction [5 0] ALUOp 26

Single Cycle Implementation Memory (2ns), ALU & adders (2ns), reg. file access (1ns) Fixed length clock: longest instruction is the lw which requires 8 ns Variable clock length (not realistic, just as exercise): R-instr: Load: Store: Branch: Jump: 6 ns 8 ns 7 ns 5 ns 2 ns Average depends on instruction mix (see pg 374) 27

Where we are headed Single Cycle Problems: what if we had a more complicated instruction like floating point? wasteful of area: NO Sharing of Hardware resources One Solution: use a smaller cycle time have different instructions take different numbers of cycles a multicycle datapath: PC Address Memory Data Instruction or data Instruction register IR Memory data register MDR Data Register # Registers Register # Register # A B ALU ALUOut 28

Multicycle Approach We will be reusing functional units ALU used to compute address and to increment PC Memory used for instruction and data Add registers after every major functional unit Our control signals will not be determined solely by instruction e.g., what should the ALU do for a subtract instruction? We ll use a finite state machine (FSM) or microcode for control 29

Review: finite state machines Finite state machines: a set of states and next state function (determined by current state and the input) output function (determined by current state and possibly input) Current state Next-state function Next state Inputs Clock Output function Outputs We ll use a Moore machine (output based only on current state) 30

Multicycle Approach Break up the instructions into steps, each step takes a cycle balance the amount of work to be done restrict each cycle to use only one major functional unit At the end of a cycle store values for use in later cycles (easiest thing to do) introduce additional internal registers Notice: we distinguish processor state: programmer visible registers internal state: programmer invisible registers (like IR, MDR, A, B, and ALUout) 31

Multicycle Approach PC Memory MemData M u x 0 1 R i t Read data1 Read register 1 Read register 2 0 Instruction [25 21] Instruction [20 16] M u x ALU ALU Zero A ALUOut 0 1 Address MemData Write data Registers Write register Write data Read data2 M u x 0 1 0 4 Instruction Instruction [15 0] Instruction register 1 M u x 0 3 2 ALU result U Instruction [15 11] B ALUOut Shift M u x 0 1 Instruction [15 0] Sign 32 16 3 Memory data register left2 extend register 32

Multicycle Approach Note that previous picture does not include: branch support jump support Control lines and logic Tclock > max (ALU delay, Memory access, Regfile access) See book for complete picture 33

Five Execution Steps Instruction Fetch Instruction Decode and Register Fetch Execution, Memory Address Computation, ti or Branch Completion Memory Access or R-type instruction completion Write-back step INSTRUCTIONS TAKE FROM 3-5 CYCLES! 34

Step 1: Instruction Fetch Use PC to get instruction and put it in the Instruction Register Increment the PC by 4 and put the result back in the PC Can be described succinctly using RTL "Register-Transfer Language" IR = Memory[PC]; PC = PC + 4; Can we figure out the values of the control signals? What is the advantage of updating the PC now? 35

Step 2: Instruction Decode and Register Fetch Read registers rs and rt in case we need them Compute the branch address in case the instruction ti is a branch Previous two actions are done optimistically!! RTL: A = Reg[IR[25-21]]; 21]]; B = Reg[IR[20-16]]; ALUOut = PC+(sign-extend(IR[15-0])<< 2); We aren't setting any control lines based on the instruction type (we are busy "decoding" it in our control logic) 36

Step 3 (instruction dependent) ALU is performing one of four functions, based on instruction type Memory Reference: R-type: Branch: Jump: ALUOut = A + sign-extend(ir[15-0]); ALUOut = A op B; if (A==B) PC = ALUOut; PC = PC[31-28] (IR[25-0]<<2) 37

Step 4 (R-type or memory-access) Loads and stores access memory MDR = Memory[ALUOut]; or Memory[ALUOut] = B; R-type instructions finish Reg[IR[15-11]] = ALUOut; The write actually takes place at the end of the cycle on the edge 38

Write-back step Memory read completion step Reg[IR[20-16]]= MDR; What about all the other instructions? 39

Summary execution steps Steps taken to execute any instruction class Step name Instruction fetch Instruction decode/register fetch Action for R-type instructions Action for memory-reference Action for instructions branches IR = Memory[PC] PC = PC + 4 A = Reg [IR[25-21]] B = Reg [IR[20-16]] ALUOut = PC + (sign-extend (IR[15-0]) << 2) Action for jumps Execution, address ALUOut = A op B ALUOut = A + sign-extend if (A ==B) then PC = PC [31-28] II computation, branch/ (IR[15-0]) PC = ALUOut (IR[25-0]<<2) jump completion Memory access or R-type Reg [IR[15-11]] = Load: MDR = Memory[ALUOut] completion ALUOut or Store: Memory [ALUOut] = B Memory read completion Load: Reg[IR[20-16]] = MDR 40

Simple Questions How many cycles will it take to execute this code? lw $t2, 0($t3) lw $t3, 4($t3) beq $t2, $t3, L1 #assume not taken add $t5, $t2, $t3 sw $t5, 8($t3) L1:... What is going on during the 8th cycle of execution? In what cycle does the actual addition of $t2 and $t3 takes place? 41

Implementing the Control Value of control signals is dependent upon: what instruction is being executed which h step is being performed Use the information we have accumulated to specify a finite state t machine (FSM) specify the finite state machine graphically, or use microprogramming Implementation can be derived from specification 42

FSM: high level view Start/reset Instruction fetch, decode and register fetch Memory access R-type Branch Jump instructions instructions instruction instruction 43

Graphical Specification of FSM ALUSrcA How many state bits will we need? 2 Memory address computation ALUSrcA = 1 ALUSrcB = 10 ALUOp = 00 Start Instruction fetch 0 MemRead ALUSrcA = 0 IorD =0 IRWrite ALUSrcB = 01 ALUOp = 00 PCWrite PCSource = 00 6 Execution ALUSrcA =1 ALUSrcB = 00 ALUOp= 10 8 Branch completion ALUSrcA = 1 ALUSrcB = 00 ALUOp = 01 PCWriteCond PCSource = 01 Instruction decode/ register fetch 1 9 = 0 ALUSrcB = 11 ALUOp = 00 (Op = 'J') Jump completion PCWrite PCSource = 10 3 (Op ='LW') Memory access 5 Memory access 7 R-type completion MemRead IorD = 1 MemWrite IorD = 1 RegDst = 1 RegWrite MemtoReg = 0 4 Write-back step RegDst=0 RegWrite MemtoReg=1

Finite State Machine for Control PCWrite Implementation: PCWriteCond IorD MemRead M emw rite Control logic IRW rite MemtoReg PCSource Outputs A L U O p ALUSrcB ALUSrcA RegWrite RegDst Inputs NS3 NS2 NS1 NS0 Op5 Op4 Op3 Op2 Op1 Op0 S3 S2 S1 S0 Instruction register opcode field State register 45

PLA Implemen- tation (see fig C.14) opco ode Op5 Op4 Op3 Op2 Op1 Op0 S3 current state S2 S1 S0 If I picked a horizontal or vertical line could you explain it? What type of FSM is used? Mealy or Moore? PCWrite PCWriteCond IorD MemRead MemWrite IRWrite MemtoReg PCSource1 PCSource0 ALUOp1 ALUOp0 ALUSrcB1 ALUSrcB0 ALUSrcA RegWrite RegDst NS3 NS2 NS1 NS0 da atapath control next state 46

ROM Implementation ROM = "Read Only Memory" values of memory locations are fixed ahead of time A ROM can be used to implement a truth table if the address is m-bits, we can address 2 m entries in the ROM our outputs t are the bits of data that t the address points to n bits ROM m bits m is the "heigth", and n is the "width" address data 0 0 0 0 0 1 1 0 0 1 1 1 0 0 0 1 0 1 1 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 47

ROM Implementation How many inputs are there? 6 bits for opcode, 4 bits for state = 10 address lines (i.e., 2 10 = 1024 different addresses) How many outputs t are there? 16 datapath-control outputs, 4 state bits = 20 outputs ROM is 2 10 x 20 = 20K bits (very large and a rather unusual size) Rather wasteful, since for lots of the entries, the outputs are the same i.e., opcode is often ignored 48

ROM Implementation Cheaper implementation: Exploit the fact that the FSM is a Moore machine ==> Control outputs only depend on current state and not on other incoming control signals! Next state depends on all inputs Break up the table into two parts 4 state bits tell you the 16 outputs, ts 2 4 x 16 bits of ROM 10 bits tell you the 4 next state bits, 2 10 x 4 bits of ROM Total number of bits: 4.3K bits of ROM 49

ROM vs PLA PLA is much smaller can share product terms (ROM has an entry (=address) for every product term only need entries that produce an active output can take into account don't cares Size of PLA: (#inputs #product-terms) terms) + (#outputs #product-terms) terms) For this example: (10x17)+(20x17) = 460 PLA cells PLA cells usually slightly bigger than the size of a ROM cell 50

Exceptions Unexpected events External: interrupt t e.g. I/O request Internal: exception e.g. Overflow, Undefined instruction opcode, Software trap, Page fault How to handle exception? Jump to general entry point (record exception type in status register) Jump to vectored entry point Address of faulting instruction has to be recorded! 51

Exceptions Changes needed: see fig. 5.48 / 5.49 / 5.50 Extend PC input mux with extra entry with fixed address: C000000hex Add EPC register containing old PC (we ll use the ALU to decrement PC with 4) extra input ALU src2 needed d with fixed value 4 Cause register (one bit in our case) containing: 0: undefined instruction 1: ALU overflow Add 2 states to FSM undefined d instr. state t #10 overflow state #11 52

Exceptions 2 New states: Legend: IntCause =0/1 type of exception CauseWrite write Cause register ALUSrcA = 0 select PC ALUSrcB = 01 select constant 4 ALUOp = 01 subtract operation EPCWrite write EPC register with current PC PCWrite write PC with exception address PCSource =11 select exception address: C000000hex #10 undefined dfi dinstruction ti #11 overflow IntCause =0 IntCause =1 CauseWrite CauseWrite ALUSrcA = 0 ALUSrcA A = 0 ALUSrcB = 01 ALUSrcB = 01 ALUOp = 01 ALUOp = 01 EPCWrite EPCWrite PCWrite PCWrite PCSource =11 PCSource =11 To state 0 (begin of next instruction) 53