# mips-os **Repository Path**: mirrors_thejoshwolfe/mips-os ## Basic Information - **Project Name**: mips-os - **Description**: mips assembler, interpreter, debugger - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README MIPS Task Switcher Josh Wolfe ASU CSE430 Varsamopoulus 2010-November-30 to build: ./build.sh to run: ./run_simulator.sh tests/os.mips to run the debugger: ./run_debugger.sh tests/os.mips --no-run some useful debugger commands: s, step: steps one machine instruction go: runs from that point onward b, break: displays or sets breakpoints at line numbers or addresses : runs the last command again for the complete list of commands, see Debugger.java References: http://www.cs.pitt.edu/~don/coe1502/current/Unit4a/Unit4a.html http://www.cs.nott.ac.uk/~txa/g51csa/l12-hand.pdf http://www.d.umn.edu/~gshute/spimsal/talref.html http://en.wikipedia.org/wiki/MIPS_architecture