This directory contains a series of .O files to demonstrate the operation of the MIPS simulator. Each was generated by assembling a MIPS .s file, running the 'dis' program to produce an ASCII disassembly of the object code, and then adding comments. The demonstrations are as follows: demo1.O Flow of R-R instruction demo2.O Flow of Store & Load instructions demo3.O Flow of branch (taken & not taken) instructions demo4.O Simple data hazard demo5.O Lots of data hazards demo6.O Still more data hazards demo7.O Example of microtest to test single hazard class demo8.O Branch hazard demo9.O Branch not taken non-hazard demo10.O Tricky data hazard. Load stall + bypassing