Subject: missing instructions from adb (#64) Index: bin/adb/opset.c 2.11BSD Description: Several KDJ-11 related instructions were missing from 'adb'. Repeat-By: Use 'adb' to look at an executable (/boot or /unix). Note that when a word containing '7' is encountered that 'adb' prints "" rather than "mfpt". Fix: While adding "mftp" i also added a couple other KDJ-11 (11/53,73,83,93,etc) instructions - they're not used anywhere (yet) but should be known to the debugger. Apply the patch below, recompile and install 'adb'. ------------------------------------------------------------------------ *** /usr/src/bin/adb/opset.c.old Sun Dec 25 20:51:01 1988 --- /usr/src/bin/adb/opset.c Tue Jun 30 22:54:03 1992 *************** *** 118,123 **** --- 118,127 ---- 0000000, 0170002, NOADDR, "seti", 0000000, 0170011, NOADDR, "setd", 0000000, 0170012, NOADDR, "setl", + 0000000, 0000007, NOADDR, "mfpt", + 0000077, 0007000, JMP, "csm", + 0000077, 0007300, SINGLW, "wrtlck", + 0000077, 0007200, SINGLW, "tstset", 0000777, 0004000, JSR, "jsr", 0000777, 0074000, DOUBLE, "xor", 0000007, 0000200, SINGLE, "rts",