Skip to content

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

Notifications You must be signed in to change notification settings

SameetAsadullah/Check-Prime-and-Print-Operations-in-Assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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’)

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published