16Bit Microprocessor : 8086
#1

16Bit Microprocessor : 8086

[attachment=16523]

Features of 8086
- 8086 is a 16bit processor. It’s ALU, internal registers works with 16bit binary
word
- 8086 has a 16bit data bus. It can read or write data to a memory/port either 16bits
or 8 bit at a time
- 8086 has a 20bit address bus which means, it can address upto 220 = 1MB memory
location
- Frequency range of 8086 is 6-10 MHz
Data Read/Write process from /To Memory

Word Read
- Each of 1 MB memory address of 8086 represents a byte wide location
- 16bit words will be stored in two consecutive Memory location
- If first byte of the data is stored at an even address , 8086 can read the entire

word in one operation.
o For example if the 16 bit data is stored at even address 00520H is 2607
MOV BX, [00520]
8086 reads the first byte and stores the data in BL and reads the 2nd byte
and stores the data in BH
BL (00520)
BH (00521)
- If the first byte of the data is stored at an ODD address, 8086 needs two operation
to read the 16 bit data
o For example if the 16 bit data is stored at even address 00521H is F520
MOV BX, [00521]
In first operation , 8086 reads the 16 bit data from the 00520 location and
stores the data of 00521 location in register BL and discards the data of
00520 location
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: 8086 mini projects, 8086 microprocessor animation, application of 8086 microprocessor in aerospace, working principle of 8086 microprocessor, list of 8051 8086, microprocessor 8086 working animation, microprocessor and microcontroller 8086 mini project,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Microprocessor Microcontroller and Programming Basics seminar addict 1 2,247 03-12-2012, 12:57 PM
Last Post: seminar details
  Microprocessor Fundamentals Course seminar addict 1 1,098 18-10-2012, 01:45 PM
Last Post: effegmecous
  TEMPERATURE CONTROLLER USING 8085 MICROPROCESSOR seminar paper 1 5,209 05-10-2012, 01:30 PM
Last Post: seminar details
  8085 Microprocessor project uploader 1 5,339 05-10-2012, 01:30 PM
Last Post: seminar details
  Intel 8086 ppt seminar paper 0 928 15-03-2012, 02:01 PM
Last Post: seminar paper
  Intel 8086 architecture seminar paper 0 826 13-03-2012, 04:03 PM
Last Post: seminar paper
  microprocessor-based relays of ac motors seminar paper 0 747 08-03-2012, 02:00 PM
Last Post: seminar paper
  Energy-Delay Estimation Technique for High-Performance Microprocessor VLSI Adders project uploader 0 934 07-03-2012, 11:09 AM
Last Post: project uploader
  Microprocessor details seminar paper 0 712 05-03-2012, 03:08 PM
Last Post: seminar paper
  MICROPROCESSOR project uploader 0 734 11-02-2012, 01:35 PM
Last Post: project uploader

Forum Jump: