taylor@THINK.COM (04/23/89)
Looking at the opcode table used by gdb for the ns32k, I noticed that the opcodes for deiw and deid are wrong. Here's the output of rcsdiff on ns32k-opcode.h: RCS file: RCS/ns32k-opcode.h,v retrieving revision 1.1 diff -c1 -r1.1 ns32k-opcode.h *** /tmp/,RCSt1a22244 Sun Apr 23 03:17:39 1989 --- ns32k-opcode.h Sun Apr 23 03:11:32 1989 *************** *** 143,146 **** { "deib", 14,24, 0x2cce, "1B2W" }, ! { "deiw", 14,24, 0x2cce, "1W2D" }, ! { "deid", 14,24, 0x2cce, "1D2Q" }, { "dia", 8,8, 0xc2, "" }, --- 143,146 ---- { "deib", 14,24, 0x2cce, "1B2W" }, ! { "deiw", 14,24, 0x2dce, "1W2D" }, ! { "deid", 14,24, 0x2fce, "1D2Q" }, { "dia", 8,8, 0xc2, "" }, David -- David Taylor taylor@think.com, ...!think!taylor