Code Monkey home page Code Monkey logo

vtu-microprocessor-and-microcontroller-lab-programs's Introduction

VTU-Microprocessor-AND-Microcontroller-LAB-Programs

Programs

Binary Search

Design and develop an assembly language program to search a key element 'X' in a list of 'n'16-bit numbers. Adopt Binary search algorithm in your program for searching. https://github.com/Euno257/VTU-Microprocessor-and-Microcontroller-LAB-Programs/blob/master/soft3.asm


Bubble Sort

Design and develop an assembly program to sort a given set of 'n' 16-bit numbers in ascending order. Adopt Bubble Sort algorithm to sort given elements. https://github.com/Euno257/VTU-Microprocessor-and-Microcontroller-LAB-Programs/blob/master/soft4.asm


Check for a Palindrome

Develop an assembly language program to reverse a given string and verify whether it is a palindrome or not. Display the appropriate Message. https://github.com/Euno257/VTU-Microprocessor-and-Microcontroller-LAB-Programs/blob/master/soft2.asm


nCr

Develop an assembly language program to compute nCr using recursive procedure. Assume that 'n' and 'r' are non-negative integers. https://github.com/Euno257/VTU-Microprocessor-and-Microcontroller-LAB-Programs/blob/master/soft5.asm


Current Date and Time

Design and develop an assembly language program to read the current time and Date from the system and display it in the standard format on the screen. https://github.com/Euno257/VTU-Microprocessor-and-Microcontroller-LAB-Programs/blob/master/soft1.asm


MASM commands

To edit and execute an Assembly Language Program using masm run following commands.

  • open cmd
  • run cd \
  • then cd masm32
  • Make a new file: edit filename.asm
  • Compile the file: ml/Zi filename.asm
  • Execute the file: debug filename.exe
  • Press g

vtu-microprocessor-and-microcontroller-lab-programs's People

Contributors

euno257 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.