diff options
Diffstat (limited to 'opcodes/v850-opc.c')
-rw-r--r-- | opcodes/v850-opc.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/v850-opc.c b/opcodes/v850-opc.c index 5239d80..4530231 100644 --- a/opcodes/v850-opc.c +++ b/opcodes/v850-opc.c @@ -1,6 +1,12 @@ #include "ansidecl.h" #include "opcode/v850.h" +/* TODO: + + * ld.h, ld.w st.h and st.w will need special insert/extract code. + + * All sld instructions will need special insert/extrat code. */ + /* Local insertion and extraction functions. */ static unsigned long insert_d9 PARAMS ((unsigned long, long, const char **)); static long extract_d9 PARAMS ((unsigned long, int *)); |