Commit 779bdf41 authored by Aleksandar Markovic's avatar Aleksandar Markovic
Browse files

disas: nanoMIPS: Add a note on documentation



Add "nanoMIPS32 Instruction Set Technical Reference Manual" as
a reference.

Reviewed-by: default avatarAleksandar Rikalo <arikalo@wavecomp.com>
Signed-off-by: default avatarAleksandar Markovic <amarkovic@wavecomp.com>
parent eabf76a0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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"