aboutsummaryrefslogtreecommitdiff
path: root/emulators/Makefile
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2019-05-05 11:25:01 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2019-05-05 11:25:01 +0000
commit60abafcb0cfb7aa7c19f73dd96f6d4b5305d54b6 (patch)
tree23997e3f2082201146c0a6a5d54beaf55e8d3b60 /emulators/Makefile
parent21edbb02c88b7316648e5f7de3fea158d3199198 (diff)
downloadports-60abafcb0cfb7aa7c19f73dd96f6d4b5305d54b6.tar.gz
ports-60abafcb0cfb7aa7c19f73dd96f6d4b5305d54b6.zip
New port: emulators/edumips64: Free, cross-platform, educational, visual MIPS64 CPU simulator
EduMIPS64 is a free (as in free speech) visual and cross-platform MIPS64 CPU Simulator. The simulator was written in order to support Computer Architecture students with a free and cross-platform tool that allows them to run programs written in the MIPS64 assembly dialect and see how the CPU behaves during the execution, experimenting with various aspects of low-level programming that they learn throughout the course. EduMIPS64 started as a GPL Java port of WinMIPS64, a Windows-only MIPS64 simulator, but independently evolved soon after into a stand-alone open source application. WWW: https://www.edumips.org/ Reviewed by: mat (previous version), tobik Differential Revision: https://reviews.freebsd.org/D20143
Notes
Notes: svn path=/head/; revision=500854
Diffstat (limited to 'emulators/Makefile')
-rw-r--r--emulators/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index 0dc428b47ee6..4fa460f8815f 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -32,6 +32,7 @@
SUBDIR += dynagui
SUBDIR += dynamips-community
SUBDIR += e-uae
+ SUBDIR += edumips64
SUBDIR += emulationstation
SUBDIR += fceux
SUBDIR += fmsx