File: README.md

package info (click to toggle)
drmips 2.0.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 14,352 kB
  • sloc: java: 151,492; xml: 4,539; sh: 123; makefile: 7
file content (50 lines) | stat: -rw-r--r-- 1,687 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
DrMIPS
======

[![Build Status](https://travis-ci.org/brunonova/drmips.svg?branch=master)](https://travis-ci.org/brunonova/drmips)
[![GPLv3 license](http://img.shields.io/badge/license-GPLv3-brightgreen.svg)][gpl3]

DrMIPS is a graphical simulator of the [MIPS][MIPS] processor to support
computer architecture teaching and learning. It is intuitive, versatile and
configurable.
The simulator is available not only for personal computers but also for Android
devices, especially tablets.

DrMIPS was created under the Master's dissertation entitled
*Tool to Support Computer Architecture Teaching and Learning* at [FEUP][FEUP].

DrMIPS is open-source and licensed under the [GPLv3][gpl3], so you are free to
use, redistribute and modify it (under certain conditions).


## Download

You can download the latest version of the simulator from the
[home page][homepage] or from the [Releases][download] page.


## Compiling from source

Check the [INSTALL.md][install] file for instruction on how to compile the
simulator from source.


## Reporting bugs

You can report bugs and ask questions at the simulator's [issue tracker][issues].


## Contributing

Check the [CONTRIBUTING.md][contribute] file for info on how to contribute.



[install]: INSTALL.md
[contribute]: CONTRIBUTING.md
[homepage]: http://brunonova.github.io/drmips/
[download]: https://github.com/brunonova/drmips/releases
[issues]: https://github.com/brunonova/nautilus-admin/issues
[FEUP]: http://www.fe.up.pt/ "Faculty of Engineering of the University of Porto"
[MIPS]: http://en.wikipedia.org/wiki/MIPS_architecture "MIPS architecture"
[gpl3]: http://www.gnu.org/licenses/gpl-3.0.html "GNU General Public License v3"