Skip to content

VLSIFacts

Let's Program the Transistors

  • Home
  • DHD
    • Digital Electronics
    • Fault Tolerant System Design
    • TLM
    • Verification
    • Verilog
    • VHDL
    • Xilinx
  • Embedded System
    • 8085 uP
    • 8086 uP
    • 8051 uC
  • VLSI Technology
    • Analog Electronics
    • Memory Devices
    • VLSI Circuits
  • Interview
    • Interview Experience
    • Training Experience
    • Question Bank
  • Notifications
  • QUIZ
  • Community
  • Job Board
  • Contact Us

Category: Embedded System

Microprocessor & Microcontroller

Different Applications of Microcontroller

Posted on October 26, 2015May 18, 2025 By vlsifacts No Comments on Different Applications of Microcontroller

Microcontroller is termed as “Computer-on-a-Chip“. It is named so, because not only the CPU, but RAM, ROM, I/O ports, Timer/Counter, Serial I/Os all are put together on a single microcontroller chip. Microcontrollers are task specific and are essentially used for making Embedded Systems. The above image shows very few examples for the application of microcontrollers…

Read More “Different Applications of Microcontroller” »

Embedded System

Difference between Microprocessor & Microcontroller

Posted on August 13, 2015May 18, 2025 By vlsifacts 1 Comment on Difference between Microprocessor & Microcontroller

When someone start dealing with Microprocessor; a very common doubt always strikes out in the initial phase: “What is the difference between Microprocessor and Microcontroller?” Let’s Define both microprocessor and microcontroller and then we will compare them. Microprocessor: We mean by a microprocessor that all the components of a CPU (Central Processing Unit): ALU (Arithmetic Logic…

Read More “Difference between Microprocessor & Microcontroller” »

Embedded System

Addition of 16-bit Numbers in 8085

Posted on August 11, 2015May 18, 2025 By vlsifacts 1 Comment on Addition of 16-bit Numbers in 8085

This post would present you with assembly language program for 16-bit addition in 8085 microprocessor. The following Hex Code is a generic one for both no-carry and carry generation situation. // Manually store 1st 16-bit number in the memory location 2000H & 2001H in reverse order // For Example 1st number = B349H; i.e, 2000<-49H…

Read More “Addition of 16-bit Numbers in 8085” »

8085 uP, Embedded System

Addition of 8-bit Numbers in 8085

Posted on August 11, 2015May 18, 2025 By vlsifacts No Comments on Addition of 8-bit Numbers in 8085

This post would present you with assembly language program for 8-bit addition in 8085 microprocessor. We will consider 2 different cases of addition (i) Addition of two 8-bit numbers generating no carry (ii) Addition of two 8-bit numbers generating a carry Addition of two 8-bit numbers generating no carry // Manually store 1st number in the memory…

Read More “Addition of 8-bit Numbers in 8085” »

8085 uP, Embedded System

Posts pagination

Previous 1 2

Top Posts & Pages

  • ASCII Code
  • Circuit Design of a 4-bit Binary Counter Using D Flip-flops
  • NAND and NOR gate using CMOS Technology
  • AND and OR gate using CMOS Technology
  • Difference between $display, $monitor, $write and $strobe in Verilog

Copyright © 2025 VLSIFacts.

Powered by PressBook WordPress theme