Skip to content

prasaadem/AssemblyLanguage-Masm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

AssemblyLanguage-Masm

Write an Assembly language Program whose input is your FAMILY NAME along with your SID as decimal number. The program must:

  • reverse the SID;
  • write your FAMILY NAME with capital letters;
  • find the sum of the SID and its reverse;

In a clear screen and on separate lines the program must print the following outputs,

  • Your Family with capital letters;
  • Your SID and its inverse. Prompt the user with:
  • Press S to see the sum of my SID and its inverse After S is pressed, print on a new line:
  • The sum of my SID and its inverse is: print the sum

About

Write an Assembly language Program whose input is your FAMILY NAME along with your SID as decimal number.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors