Number of Address Lines and bytes

Status
Not open for further replies.

rednewguy

Full Member level 2
Joined
Jun 3, 2005
Messages
123
Helped
2
Reputation
4
Reaction score
0
Trophy points
1,296
Activity points
2,413
Number of Address Line

If there are X address lines, it is direct to find the number of bytes I can access with that.
Y = (2 pow X);

Say I have Y (number of bytes to access) and I need X (number of address lines).

Is there any easy and direct method to find out.


Thanks
RNG
 

Number of Address Line

You mean as in x= log / log(2) ? (I think)

You would then need to round it up.

Keith
 

    rednewguy

    Points: 2
    Helpful Answer Positive Rating
Number of Address Line

or just take the logarithm with 2 as a base
 

Re: Number of Address Line

micard said:
or just take the logarithm with 2 as a base

You are more likely to find log to base 10 or e on your calculator though.

Keith
 

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…