next_instr_address
db_addr_t next_instr_address(db_addr_t pc, bool bd);
db_addr_t next_instr_address(db_addr_t pc, bool bd);
brpc = next_instr_address(pc, true);
pc = next_instr_address(pc, true);
pc = next_instr_address(pc, false);