wu :: forums
« wu :: forums - addressing system »

Welcome, Guest. Please Login or Register.
Apr 25th, 2024, 3:28pm

RIDDLES SITE WRITE MATH! Home Home Help Help Search Search Members Members Login Login Register Register
   wu :: forums
   riddles
   cs
(Moderators: Grimbal, Eigenray, william wu, SMQ, Icarus, towr, ThudnBlunder)
   addressing system
« Previous topic | Next topic »
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print
   Author  Topic: addressing system  (Read 409 times)
kirru
Newbie
*





   


Posts: 34
addressing system  
« on: Jan 27th, 2010, 10:53pm »
Quote Quote Modify Modify

what are the all important  differences between  byte addressable and word addressable systems??
IP Logged
Grimbal
wu::riddles Moderator
Uberpuzzler
*****






   


Gender: male
Posts: 7527
Re: addressing system  
« Reply #1 on: Jan 28th, 2010, 9:40am »
Quote Quote Modify Modify

I'd like to say it doesn't matter.  Any difference is taken care of by the compiler.
 
- With word-addressable systems you can address more data with the same pointer size.
 
- With word-addressable systems, you tend to have problems implementing "pointer to char".  On these machines a char could be redefined to have the size of a word.  Or, sometimes, special instructions are added to emulate pointer to char by recomputing the address, reading a word and shifting around the bytes to get one char.
 
- I think that except for supercomputers, all computers are byte-addressable.
IP Logged
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print

« Previous topic | Next topic »

Powered by YaBB 1 Gold - SP 1.4!
Forum software copyright © 2000-2004 Yet another Bulletin Board