CALL/RETURN done!

call/ret are finally done and have passing unit tests! Started work on interrupt logic, but ran into an issue that there are no inputs left on the X/Y mux to get the interrupt vectors in anywhere. For the time being, I added an extra chained 4-bit mux on the A port to select either immediate bits or highest active interrupt vector.

Next step will be to start wiring up the actual interrupt flag gates and clearing logic.