program counter is incremented by 4 why

Status
Not open for further replies.

kpraneethin007

Newbie level 6
Joined
Jan 2, 2011
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,350
Why in an 32 bit length instruction program counter incremented by 4?

for 16 bit and 64 bit by how much a counter should be increased? reason?

thanks a lot for your reply
 

Hello!

If you don't specify what processor you are using, it will be difficult to reply.
And beside this, are you writing in assembler (in which case instruction should be considered
as "atomic" or in C, in which case an instruction can imply a lot of other instructions?

Dora
 


Hi

I am considering a MIPS processor - 32 bit. It is in C
 
Last edited:

I can be wrong, but I think it may be that your counter counts bytes. making it easy to work with char bytes etc. . more program codes may or organized into words. which forced him to rise to 4 bytes ie one word at a time
You should see what the geometry of the organization of memory and it is there where you will find the answer
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…