From: Aleksandar Markovic Date: Wed, 26 Dec 2018 18:06:47 +0000 (+0100) Subject: disas: nanoMIPS: Add a note on documentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=779bdf417db0dfa2409ede4561db11752bdfc452;p=qemu.git disas: nanoMIPS: Add a note on documentation Add "nanoMIPS32 Instruction Set Technical Reference Manual" as a reference. Reviewed-by: Aleksandar Rikalo Signed-off-by: Aleksandar Markovic --- 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"