Answer from cs61c-aj (Kevin Li 15855812) for Question 2 If the ... is more than 2^15 bit address away then the PC-relative addressing will not be enough because PC-relative addressing means that the farther address it can jump to is relative to the program counter which is at here. It can only jump to 2^15 bit away from the PC which is why it is called PC-relative.