aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksandar Markovic <amarkovic@wavecomp.com>2018-12-26 19:06:47 +0100
committerAleksandar Markovic <amarkovic@wavecomp.com>2019-01-03 17:52:52 +0100
commit779bdf417db0dfa2409ede4561db11752bdfc452 (patch)
tree55f5c3db5cc9934d50be2f27ab24735400cd181a
parenteabf76a0d46b7c2330881c9a65ef03ea70f01920 (diff)
disas: nanoMIPS: Add a note on documentation
Add "nanoMIPS32 Instruction Set Technical Reference Manual" as a reference. Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
-rw-r--r--disas/nanomips.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/disas/nanomips.cpp b/disas/nanomips.cpp
index d6632bbffe..17f4c22d4f 100644
--- a/disas/nanomips.cpp
+++ b/disas/nanomips.cpp
@@ -20,6 +20,13 @@
*
*/
+/*
+ * Documentation used while implementing this component:
+ *
+ * [1] "MIPSĀ® Architecture Base: nanoMIPS32(tm) Instruction Set Technical
+ * Reference Manual", Revision 01.01, April 27, 2018
+ */
+
extern "C" {
#include "qemu/osdep.h"
#include "disas/bfd.h"