Y
yogesh
Guest
Is microprocessor an integrated circuit???
regards,
ypj
regards,
ypj
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Maybe, Why do you want to know ?Is microprocessor an integrated circuit???
regards,
ypj
Get lost!- and don't post to this newsgroup again.Is microprocessor an integrated circuit???
regards,
ypj
Fred is the one that should get lost.Fred Bloggs wrote:
yogesh wrote:
Is microprocessor an integrated circuit???
regards,
ypj
Get lost!- and don't post to this newsgroup again.
oh have a heart! :/
yogesh wrote:
Is microprocessor an integrated circuit???
regards,
ypj
Get lost!- and don't post to this newsgroup again.
oh have a heart! :/
Is microprocessor an integrated circuit???
regards,
ypj
Yikes!Answer: it can be. Some microprocessors are made with discrete components,
but most today are integrated circuits, meaning the components have been
built onto one circuit
Microprocessor means: micro programmed processor such that instructions are
processed by referencing internal memory locations and there is a processor
within a processor.
--Most commercial microprocessors are general purpose, meaning the instruction
set gives developers methods to move/control data, but some uPs are specific
and have a limited/specific instruction set
No it doesn't. It means micro-sized processor. What you're describing alsoAnswer: it can be. Some microprocessors are made with discrete components,
but most today are integrated circuits, meaning the components have been
built onto one circuit
Microprocessor means: micro programmed processor such that instructions are
processed by referencing internal memory locations and there is a processor
within a processor.
You will want to revise the last sentence.Microprocessor means: micro programmed processor such that instructions
are
processed by referencing internal memory locations and there is a
processor
within a processor.
No it doesn't. It means micro-sized processor. What you're describing
also
includes the vax-11/780 whose processor board was hardly a
microprocessor.
and by the way, most 8 bit microprocessors weren't microprogrammed. Their
instructions units were hard wired.
Nope. No microprogramming. The logic was hard wired. No control-Microprocessor means: micro programmed processor such that instructions
are
processed by referencing internal memory locations and there is a
processor
within a processor.
No it doesn't. It means micro-sized processor. What you're describing
also
includes the vax-11/780 whose processor board was hardly a
microprocessor.
and by the way, most 8 bit microprocessors weren't microprogrammed. Their
instructions units were hard wired.
You will want to revise the last sentence.
The instruction units were hard wired with... microprogramming. The
instruction is fetched and what happens? it references a memory inside the
cpu, a processor within a processor running micro code
No they weren't. They were hardwired via logic.Microprocessor means: micro programmed processor such that instructions
are
processed by referencing internal memory locations and there is a
processor
within a processor.
No it doesn't. It means micro-sized processor. What you're describing
also
includes the vax-11/780 whose processor board was hardly a
microprocessor.
and by the way, most 8 bit microprocessors weren't microprogrammed. Their
instructions units were hard wired.
You will want to revise the last sentence.
The instruction units were hard wired with... microprogramming. The
"TCS" <The-Central-Scrutinizer@p.o.b.o.x.com> wrote in message
No they weren't. They were hardwired via logic.
This is simply not accurate. Microprocessors typically operate with
instruction and data fetch modes. When an instruction fetch takes place,
Which is irrelevent to wether or not a processor is microcoded.
the op code causes a branch to an internal memory of the internal cpu state
machine, running on an internal clock. This sets off a process where the
data portion of the instruction or subsequent fetches or registers are used
to manipulate data, or they set some status within the cpu state machine
again, irrelevent.
There is no simple hardwired logic, there is a stored program, a
wrong.
"microprogram" within the cpu that will "crack" the instruction like a
walnut and see whats inside and eat it if its fresh.
Or it can be done with combinational logic.
Microinstructions can be 100 bits wide, or for an 8-bit? I dont recall maybe
something like 43 bits wide, it depends.
or not at all.
Some microprocessors have a microcoded instruction decoder. So do someWhen there is a micro engine, using micro instructions, stored in microcode
memory, its a micro processor. There is a clock, internal microcode address
generator, next address logic, mux. Can you name any 8 bit cpu that uses
only hard wired logic??
Broadly speaking, it depends whether the microprocessor is RISC or CISC:PLEASE show an example of a microprocessor that doesnt use microcode
Are you sure? There are claims in Google Groups that die photos show aBradley1234 wrote:
PLEASE show an example of a microprocessor that doesnt use microcode
Broadly speaking, it depends whether the microprocessor is RISC or CISC:
RISC (Reduced Instruction Set) processors don't use microcode - they have
"hard-wired" logic; CISC (Complex Instruction Set) processors generally do
have microcode. The exact definitions of RISC and CISC are somewhat
contentious. The 6502, which is often said to be the first RISC processor,
was not microcoded.
However, that fact is irrelevent. Most minicomputers and many mainframesBut I think most microprocessor cores do use microcode. CISC ones
certainly do, RISC ones may not.
Bradley1234 wrote:
PLEASE show an example of a microprocessor that doesnt use microcode
Broadly speaking, it depends whether the microprocessor is RISC or CISC:
RISC (Reduced Instruction Set) processors don't use microcode - they have
"hard-wired" logic; CISC (Complex Instruction Set) processors generally do
have microcode. The exact definitions of RISC and CISC are somewhat
contentious. The 6502, which is often said to be the first RISC processor,
was not microcoded.
Specifically not true in the 4004, 4040, CD1802, or Z80.This is simply not accurate. Microprocessors typically operate with
instruction and data fetch modes. When an instruction fetch takes place,
the op code causes a branch to an internal memory of the internal cpu state
6800, 6802, 6803, 6805, probably the PICs.When there is a micro engine, using micro instructions, stored in microcode
memory, its a micro processor. There is a clock, internal microcode address
generator, next address logic, mux. Can you name any 8 bit cpu that uses
only hard wired logic??
Bradley1234 wrote:
PLEASE show an example of a microprocessor that doesnt use microcode
Broadly speaking, it depends whether the microprocessor is RISC or CISC:
RISC (Reduced Instruction Set) processors don't use microcode - they have
"hard-wired" logic; CISC (Complex Instruction Set) processors generally do
have microcode. The exact definitions of RISC and CISC are somewhat
contentious. The 6502, which is often said to be the first RISC processor,
was not microcoded.
The 6502 was never RISC.
Maybe a SISC (Single Instruction Set Computer) with just NOP or HLT?Most commercial microprocessors are general purpose, meaning the instruction
set gives developers methods to move/control data, but some uPs are specific
and have a limited/specific instruction set
To be more specific, some Reduced Instruction Set Computers (RISC) gain a
great deal of speed at the cost of removing certain instuctions. The
French have just introduced on that takes this to the limit. The NISC (No
Intruction Set Computer) has no instructions and is as a result infinitely
fast.