在 PC(程序计数器)寄存器更改的所有可能性中,我发现了这些:
1) PC increases its value with loading new instruction
2) with jumps and branches
3) with calling subroutine
4) with return from subroutine
这些是全部还是我错过了什么?
我来自这篇文章。
在 PC(程序计数器)寄存器更改的所有可能性中,我发现了这些:
1) PC increases its value with loading new instruction
2) with jumps and branches
3) with calling subroutine
4) with return from subroutine
这些是全部还是我错过了什么?
我来自这篇文章。