LIST OF PRACTICALS
| Sr. | Practical Title | Answer |
|---|---|---|
| 1 | Write a C program to perform the following conversions.
a)Decimal to Binary Conversion b)Decimal to Hexadecimal Conversion c) Binary to Decimal Conversion | Solution |
| 2 | Write a C program to perform the following compliment Operations.
a)1’s Complement b)2’s Complement | Solution |
| 3 | Write a C program to perform the following Micro-operations.
a) Circular Shift left b) Circular Shift Right | Solution |
| 4 | Introduction to GNU Simulator 8085 | Solution |
| 5 | Write an Assembly Language Program to perform the addition of two 8-bit numbers. | Solution |
| 6 | Write an Assembly Language Program to perform the subtraction of two 8-bit numbers. | Solution |
| 7 | Write an Assembly Language Program to find 1’s & 2’s complement of an 8-bit number. | Solution |
| 8 | Write an Assembly Language Program to find the sum of 5 numbers using loop. | Solution |
| 9 | Write an Assembly Language Program to find smallest Number From an array. | Solution |
| 10 | Write an Assembly Language Program to arrange given numbers in ascending order | Solution |
| 11 | Write an Assembly Language Program to find the factorial of a given number. | Solution |
0 Comments