MICROPROCESSOR AND MICROCONTROLLER

The blog talks about variety of topics on Embedded System, 8085 microprocessor, 8051 microcontroller, ARM Architecture, C2000 Architecture, C28x, AVR and many many more. Also includes some projects that have been worked upon and also episodes to Embedded System Podcast.

Showing posts with label Microprocessor 8086/8088 and interfacing. Show all posts
Showing posts with label Microprocessor 8086/8088 and interfacing. Show all posts
Tuesday, June 12, 2012

Program to determine whether the number is a bit wise palindrone or not

›
MY_DATA SEGMENT     X DW MY_NUMBER     MSG1 DB 'NUMBER IS A PALINDRONE'     MSG2 DB 'NUMBER IS NOT A PALINDRONE' MY_DATA E...

Program to find GCD of two numbers

›
MY_DATA SEGMENT                 NUM1 DW 000AH                 NUM2 DW 0004H                 GCD DW ? MY_DATA ENDS ...
Friday, May 25, 2012

8086 Memory Banks

›
The 8086 has 20-bit address bus, so it can address 2^20 or 1,048,576 addresses. Each address represents a stored byte. To make it poss...
15 comments:
Friday, May 18, 2012

BIOS Routine (in short)

›
—   The ROM BIOS (Basic Input Output System) is part of the ROM based control system of an IBM PC or compatible that both defines the a...

Interrupts in 8086

›
The meaning of ‘interrupts’ is to break the sequence of operation. While the cpu is executing a program, on ‘interrupt’ breaks the nor...
4 comments:

Interrupts Types

›
They are divided into the group of 3. Type 0 – Type 4: these perform fixed operation so are called dedicated interrupts. Type 5 – ...
›
Home
View web version

Contributors

  • Unknown
  • k10blogger
Powered by Blogger.