EMBEDDED SYSTEMS

I am a student who is pursuing MSC tech in embedded systems in manipal university . This blog is about my studies of different subjects in embedded systems.

Pages

  • Home
  • C LANGUAGE
  • MINIPROJECTS RELATED TO IR BASED APPLICATIONS
  • computer architecture programs
  • 8051 MICROCONTROLLER PROGRAMS
  • DATA STRUCTURE PROGRAMS

8051 MICROCONTROLLER PROGRAMS

1.Assume that characters are available and stored at memory location as a,b,p,c,z,d,s,e store them at same location without using any buffer as a,z,b,p,c.
2.Hexadecimal no to decimal no.
3.Decimal to hexadecimal number.
4.Sorting numbers in descending order.
5.Decimal to octal number.
6.CHECK WEATHER THE GIVEN NUMBER IS PALINDROME OR NOT.
7.CHECK WEATHER THE GIVEN 8 BIT NUMBER IS PRIME OR NOT.
8.DESIGN A SIMPLE CALCULATOR.
9.WRITE ASM PROGRAM TO SORT N NUMBERS.
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Home
Subscribe to: Posts (Atom)

Popular Posts

  • ASSIGNMENT ON MICRO CONTROLLER 8051 PROGRAMS
    1. CHECK WEATHER THE GIVEN NUMBER IS PALINDROME OR NOT. 2. CHECK WEATHER THE GIVEN 8 BIT NUMBER IS PRIME OR NOT. 3. DESIGN A SIMPLE CALCU...
  • MICROCONTROLLER EXAM QUESTIONS
    1. Assume that characters are available and stored at memory location as a,b,p,c,z,d,s,e store them at same location without using any buff...
  • ASSINMENT ON SORTING
    CLICK ON THE PROGRAM NAME TO GET THE PROGRAM: 1. BUBBLE SORT. 2. INSERTION SORT. 3. MERGE SORT. 4. SELECTION SORT. 5. QUICK SORT. ANI...
  • DSA LAB EXAM-1 ANSWER
    Write a program to merge n sorted lists. FOR 2 SORTED LISTS:   CLICK ON THE ABOVE LINK.
  • Mealy and Moore Type Finite State Machines
    Mealy and Moore Type Finite State Machines 
  • C PROGRAM TO GENERATE PASCAL TRAINGLE
    /* Program to print the Pascal’s triangle recursively */ #include<stdio.h> int pascal(int,int); void space(int,int); main() {...
  • MY FIRST ASSIGNMENT IN C
    THESE ARE THE FOLLOWING ASSIGNMENTS QUESTIONS I HAS, TO KNOW THE SOLUTIONS FOR THESE CLICK ON THE BELOW QUESTIONS IT SELF. Read cha...
  • my assignment on stacks and queues
    click on the  questions to know the answers: 1. Implement stack by arrays . 2. Implement stack by linked lists. 3. Implement queue by ar...
  • c program for tower of hanoi
    #include<stdio.h> void TOH(int n,char x,char y,char z); void main() {  int n;  printf("nEnter number of plates:");  ...
  • (no title)
    I am a student who is pursuing MSC tech in embedded systems in manipal university . This blog is about my studies of different subjects in ...

Blog Archive

  • ▼  2013 (10)
    • ▼  September (5)
      • MICROCONTROLLER EXAM QUESTIONS
      • DSA LAB EXAM-1 ANSWER
      • ASSINMENT ON SORTING
      • ASSIGNMENT ON MICRO CONTROLLER 8051 PROGRAMS
      • my assignment on stacks and queues
    • ►  August (5)

About Me

abhiraj
I am an intern in intel.
View my complete profile
Simple theme. Powered by Blogger.