The standard for the Program Counter across architectures is that it points to the next instruction to be executed. The current implementation runs correctly, but it doesn't follow this standard. This makes it confusing for other people to read and should be fixed.
The standard for the Program Counter across architectures is that it points to the next instruction to be executed. The current implementation runs correctly, but it doesn't follow this standard. This makes it confusing for other people to read and should be fixed.