Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

Microcontroller and its Applications Lab

(ECE 3003)
Fall 2017 - 18
Task 1 Implementation of Digital Circuits

2
Program 1
 Write an 8051 ALP for the following
 55H AND AAH
 55H OR AAH
 55H XOR AAH

3
Program 1
 Write an 8051 ALP for the following TRUTH TABLE

AND LOGIC OR LOGIC XOR LOGIC


INPUT OUTPUT INPUT OUTPUT INPUT OUTPUT
A B Y = A.B A B Y = A+B A B Y = AB
0 0 0 0 0 0
0 1 0 1 0 1
1 0 1 0 1 0
1 1 1 1 1 1

4
Task 1A
 Write an 8051 ALP for the following circuit

5
Task 1B
 Write an 8051 ALP for the following circuit

6
Task 1c
 Write an 8051 ALP for the following circuit

You might also like