Answer from cs61c-bd (Dae-hyeon Wi 17782249) for Question 2 If address difference between Here and There is greater than 2^16-1, then branch is impossible. PC relative addressing can access instruction in only PC+-2^16-1. we can be better by using jump instruction. It uses 26bits as address field. (branch uses 16bits.)