Author: eees.in

8051 Multi Byte Addition

Multi Byte Addition THEORY: The multi-byte addition program adds only in sets of 8-bits. The LSD of the two numbers is added first. Now, the next set of 8-bits is added, Taking into consideration...

8051- 8 Bit Division

8-Bit Division THEORY: Using the accumulator, Division is performed and the result is stored. Immediate addressing is employed. The div instruction writes the result in the accumulator INPUT: MOV A,# 08H MOV F0,#02H  OUTPUT:...

8051-Bit Multiplications

8-BIT Multiplications THEORY: Using the accumulator, Multiplication is performed and the result is stored. Immediate addressing is employed. The MUL instruction writes the result in the accumulator INPUT: MOV A,# 06H MOV F0,#02H  OUTPUT:...

8051 Specifications

8051 Specifications In 1981, Intel Corporation introduced an 8-bit micro controller called the 8051. This micro controller had 128 bytes of RAM, 4K bytes of on-chip ROM, two timers, one serial port, and four...

Microcontroller 8-Bit Substraction

Microcontroller 8-Bit Substraction

ALGORITHM: Initialize the pointer to the memory for data and result. The SUBB instruction writes the result in the accumulator. Store the result into Memory from A registers. INPUT: MOV A,# 20 SUBB A,#10  ...

Microcontroller 8-Bit Addition

8- BIT ADDITION ALGORITHM: Initialize the pointer to the memory for data and result. The ADD instruction writes the result in the accumulator. Store the result into Memory from A registers. INPUT: MOV A,#...

LED BULB

LOW COST LED BULB An LED lamp is a light-emitting diode (LED) product which is assembled into a lamp for use in lighting Purposes. LED lamps have a lifespan and electrical efficiency which are...

Smart Agriculture System

Abstract Agriculture is the back bone of India. To make the sustainable agriculture, a reduced man power system is required with higher efficiency. In this proposal, a smart agricultural system is introduced. In this...

error: Content is protected !!