mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
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>
This commit is contained in:
parent
eabf76a0d4
commit
779bdf417d
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue