Maker Pro
Maker Pro

Discussion

Hi
Excuse me Please.
help me. I want to know about basic processing unit inside a
computer. Andthen, tell me how do I learn about making a computer.

Thank. Your new frined
Kyaw San Yu
 
J

Jamie

Jan 1, 1970
0
Hi
Excuse me Please.
help me. I want to know about basic processing unit inside a
computer. Andthen, tell me how do I learn about making a computer.

Thank. Your new frined
Kyaw San Yu
Get your self one of those starter kits for a PIC,
Stamp or AVR microprocessor.
 
C

Charles Schuler

Jan 1, 1970
0
Hi
Excuse me Please.
help me. I want to know about basic processing unit inside a
computer. Andthen, tell me how do I learn about making a computer.

The ALU is a good place to start (arithmetic logic unit). Then, learn about
registers, stacks, pointers and so on.

Making your own computer is possible but would be waste of time and money.
Google for picaxe to learn about an inexpensive IC that you can learn a lot
with, do experiments, write your own code, interface to other devices, etc.
 
C

Chris

Jan 1, 1970
0
Hi
Excuse me Please.
help me. I want to know about basic processing unit inside a
computer. Andthen, tell me how do I learn about making a computer.

Thank. Your new frined
Kyaw San Yu

Here's a link:

http://www.dontronics-shop.com/pages.php?pageid=23

Look first at the reference to the Motorola book, "Understanding Small
Microcontrollers", mentioned first on that page:

http://www.freescale.com/files/microcontrollers/doc/ref_manual/M68HC05TB.pdf

Read it first, then look at some of the other PIC and AVR links on the
page. I'll bet it'll give you a good start.

Cheers
Chris
 
Top