FR | EN
Quentin L. Meunier
Associate Professor in Computer Science at Sorbonne Université

Execution scheme in Mips

In the course unit 4I100, one of the goals is to understand the pipelined arechitecture of the Mips processor (and some variants) throughout execution examples of assembly code inside the pipeline. For this, one must represent on a simplified scheme the execution of the instruction cycle by cycle through the pipeline. This page implements the execution scheme for a given code (note: the parser is very simplified).

Architectural parameters

Code


Branches taken

    (subsequent branches will not be taken)