Problem with a question that was asked in a book. The question is:
Why are jump (JMP) instructions so disrupting for system that use Pipelining ?
Is it because the next instructions can't be loaded yet when the Jump is not totally executed ? Is that an error-proof answer ?

Thanks