Hi how do i find the highest and lowest memory locations expressed in hexadecimal and the the number of addressable memory locations expressed in K.
Hi how do i find the highest and lowest memory locations expressed in hexadecimal
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A 16 bit address bus can access 64 kb of memory.
The lowest and highest addressable memory locations are simply the lowest and highest 16 bit numbers, i.e. 0x0000 and 0xffff. However, depending on the hardware and operating system the usable RAM may be smaller. The lowest memory areas are typically used by the OS, and the highest may be overlayed with ROM or reserved for hardware interfacing.