GithubHelp home page GithubHelp logo

sameetasadullah / check-prime-and-print-operations-in-assembly Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 15 KB

Code written in Assembly Language to check Prime, Print Uppercase Letters, Print Lowercase Letters, Print Numbers and Print first seven terms of Fibonacci Series

Assembly 100.00%
8086-architecture assembly-language dosbox fibonacci-sequence masm615 prime-numbers

check-prime-and-print-operations-in-assembly's Introduction

Check Prime and Print Operations in Assembly

Description

It is a simple code written in Assembly Language to to Check Prime, Print Uppercase Letters, Print Lowercase Letters, Print Numbers and Print first seven terms of Fibonacci Series.

Manual

  1. Use these command in dosbox to Compile and Run the code:

    ml main.asm
    
    main.exe
    

    The code performs the following operation:

    • Prints all uppercase letters if the entered letter is ‘U’
    • Prints all lowercase letters if the entered letter is ‘L’
    • Prints number between 0-9 if the entered letter is ‘N’
    • Prints first seven terms of Fibonacci series using loop if the entered letter is ‘F’
    • If entered letter is ‘P’ then takes a single digit number an input and displays whether its prime or not (‘P’ or ‘N’)

check-prime-and-print-operations-in-assembly's People

Contributors

sameetasadullah avatar

Stargazers

 avatar

Watchers

 avatar  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.