Click here to Skip to main content
15,885,244 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: Consider that someone else is going to pay... Pin
jschell27-Jun-11 8:20
jschell27-Jun-11 8:20 
GeneralRe: Consider that someone else is going to pay... Pin
Dan Neely27-Jun-11 9:34
Dan Neely27-Jun-11 9:34 
AnswerRe: Consider that someone else is going to pay... Pin
Jörgen Andersson27-Jun-11 10:44
professionalJörgen Andersson27-Jun-11 10:44 
AnswerRe: Consider that someone else is going to pay... Pin
dianago28-Jun-11 23:00
dianago28-Jun-11 23:00 
AnswerRe: Consider that someone else is going to pay... Pin
#realJSOP7-Jul-11 8:09
mve#realJSOP7-Jul-11 8:09 
AnswerRe: Consider that someone else is going to pay... Pin
DaveAuld12-Jul-11 0:04
professionalDaveAuld12-Jul-11 0:04 
QuestionA Question on Processor and Memmory Pin
harsimranb22-Jun-11 13:16
harsimranb22-Jun-11 13:16 
AnswerRe: A Question on Processor and Memmory Pin
Dr.Walt Fair, PE25-Jun-11 17:03
professionalDr.Walt Fair, PE25-Jun-11 17:03 
What part do you need clarified?

In a typical general purpose CPU, the number of bits in a register determines how much memory a CPU can address, since a memory address must be able to fit in the register. An 8-bit register can hold values from 0x00 to 0xFF and can only directly address 256 memory addresses. A 16-bit register can hold values from 0x0000 to 0xFFFF and can access memory addresses in that range, which is 64 KB.

In some CPUs they use tricks to get around that limitation, such as memory paging, where you somehow use more than one register to access banks of memory. For example, they might use one register to select the particular bank of memory, then another register to select the memory address within that bank.

In other cases they get away from von Neumann architecture and use Harvard architecture, where program and data memory are in separate banks, so you can effectively access a full bank for your program code and another full bank for the data.
CQ de W5ALT

Walt Fair, Jr., P. E.
Comport Computing
Specializing in Technical Engineering Software


AnswerRe: A Question on Processor and Memmory Pin
Peter_in_278026-Jun-11 14:45
professionalPeter_in_278026-Jun-11 14:45 
QuestionBuying Cheap Hardware Pin
harsimranb21-Jun-11 9:35
harsimranb21-Jun-11 9:35 
AnswerRe: Buying Cheap Hardware Pin
Albert Holguin21-Jun-11 9:58
professionalAlbert Holguin21-Jun-11 9:58 
GeneralRe: Buying Cheap Hardware Pin
harsimranb21-Jun-11 13:31
harsimranb21-Jun-11 13:31 
GeneralRe: Buying Cheap Hardware Pin
Albert Holguin22-Jun-11 17:52
professionalAlbert Holguin22-Jun-11 17:52 
AnswerRe: Buying Cheap Hardware Pin
Eddy Vluggen21-Jun-11 12:37
professionalEddy Vluggen21-Jun-11 12:37 
GeneralRe: Buying Cheap Hardware Pin
harsimranb22-Jun-11 9:25
harsimranb22-Jun-11 9:25 
GeneralRe: Buying Cheap Hardware Pin
Albert Holguin22-Jun-11 17:55
professionalAlbert Holguin22-Jun-11 17:55 
AnswerRe: Buying Cheap Hardware Pin
Munchies_Matt21-Jun-11 23:06
Munchies_Matt21-Jun-11 23:06 
GeneralRe: Buying Cheap Hardware Pin
harsimranb22-Jun-11 9:24
harsimranb22-Jun-11 9:24 
GeneralRe: Buying Cheap Hardware Pin
Munchies_Matt23-Jun-11 22:48
Munchies_Matt23-Jun-11 22:48 
AnswerRe: Buying Cheap Hardware Pin
Dan Neely22-Jun-11 2:56
Dan Neely22-Jun-11 2:56 
GeneralRe: Buying Cheap Hardware Pin
dianago28-Jun-11 23:07
dianago28-Jun-11 23:07 
QuestionMP3 player issue - "Incorrect function" Pin
Kristian Sixhøj14-Jun-11 4:35
Kristian Sixhøj14-Jun-11 4:35 
AnswerRe: MP3 player issue - "Incorrect function" Pin
Albert Holguin20-Jun-11 5:32
professionalAlbert Holguin20-Jun-11 5:32 
GeneralRe: MP3 player issue - "Incorrect function" Pin
Kristian Sixhøj20-Jun-11 6:50
Kristian Sixhøj20-Jun-11 6:50 
GeneralRe: MP3 player issue - "Incorrect function" Pin
Albert Holguin20-Jun-11 7:27
professionalAlbert Holguin20-Jun-11 7:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.