Skip to content

Commit

Permalink
disas: nanoMIPS: Add a note on documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
AMarkovic committed Jan 3, 2019
1 parent eabf76a commit 779bdf4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions disas/nanomips.cpp
Expand Up @@ -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"
Expand Down

0 comments on commit 779bdf4

Please sign in to comment.