db_fetch_reg
addr = db_fetch_reg(insn & 0xf, db_regs);
addr = db_fetch_reg((insn >> 16) & 0xf, db_regs);
u_int db_fetch_reg (int, db_regs_t *);