Micro Processor2
Micro Processor2
Word Size
Number of bits that can be processed by a processor in a single
instruction is called its word size. Word size determines the amount of RAM
that can be accessed at one go and total number of pins on the
microprocessor. Total number of input and output pins in turn determines
the architecture of the microprocessor. It depends upon the width of
internal data bus, registers, ALU, etc. An 8-bit microprocessor can process 8-
bit data at a time. The word size or word length ranges from 4 bits to 64 bits
depending upon the type of the microcomputer
Evolution of Microprocessor:
It can be classified as following types
The 8085 microprocessor is an 8-bit processor available as a 40-pin IC package and uses +5 V for power. It can run at a maximum
frequency of 3 MHz. Its data bus width is 8-bit and address bus width is 16-bit, thus it can address 216 = 64 KB of memory.
Note:
It has already been discussed that 8085 requires 8-bit data bus and 16-bit
address bus, as the memory address is of 16 bits. More number of IC pins are
required if separate address and data bus are introduced. To restrict the number
of pins of 8085 to only 40, lower address lines A0-A7 and data lines D0-D7 are
used in multiplexed mode. The multiplexed lines are designed as
Address/Data Bus (AD0-AD7). So whenever 16-bit address is transmitted by
the microprocessor 8 MSBs of the address lines are sent on the Address Bus
(A15-A8) and 8 LSBs of the lines are sent on the Address/Data Bus (AD7-AD0).
The 8 LSBs of the address are then latched either into memory or external latch
so that the complete address remains available for further operation. The 8-bit
Address/Data Bus will now be free for the data transmission