Internally, the program counter (PC) is incremented every Q1, the
Dahili olarak, program sayacı (PC) her bir Q1'i artırmakta olup talimat program
Program Counter is also known as instruction Pointer.
Since the program counter is (conceptually) just another set of memory cells, it can be changed by calculations done in the ALU.
Program sayacı (kavramsal olarak) başka bir bellek hücresi grubu olduğundan, ALU'da yapılan hesaplamalarla değiştirilebilir.
3: If Program Counter (PC) is modified or a conditional test is true, the instruction requires two cycles.
Eğer Program Sayacı (PC) değişmiş ise veya bir şarta bağlı test doğru ise, bu komut iki çevrimde işlenir.
3: If Program Counter (PC) is modified or a conditional test is true, the instruction requires two cycles.
3: Eğer program sayacı (PC) değiştirilmiş yada şarta bağlı test doğru ise bu komut 2 döngüye ihtiyaç duyar.Đkinci döngü NOP'u yerine getirir.
Increment the program counter so it points to the next instruction.
Read the code for the next instruction from the cell indicated by the program counter.
Adding 100 to the program counter would cause the next instruction to be read from a place 100 locations further down the program.
Program sayacına 100 eklemek, bir sonraki talimatın programın 100 noktasından daha aşağı bir yerden okunmasına neden olur.
Instructions that modify the program counter are often known as "jumps" and allow for loops (instructions that are repeated by the computer) and often conditional instruction execution (both examples of control flow).
Program sayacını değiştiren yönergeler genellikle "atlamalar" olarak bilinir ve döngülere (bilgisayar tarafından tekrarlanan yönergeler) ve genellikle koşullu yönerge yürütmesine (her iki kontrol akışı örneği) izin verir.
The program counter states recorded by the SM2 software monitor are assigned to the modules or freely selectable address areas of a program.
SM2 yazılım monitörü tarafından kaydedilen program sayıcı durumları bir programın modüllerine veya serbestçe seçilebilen adres alanlarına atanır.
If detailed statistics are required, the program counter and SVC call distribution within a given module can be determined.
Ayrıntılı istatistiklere ihtiyaç varsa belirli bir modül içinde program sayıcı ve SVC çağrısı dağıtımı belirlenebilir.
This is determined by the current program counter (PC).