Question: PROJECT x 8 6 6 4 - bit NASM Assembly A Requirements Turn in the NASM assembly language code files ( asm ) Ensure each

PROJECT x8664-bit NASM Assembly
A Requirements
Turn in the NASM assembly language code files (asm)
Ensure each file has your name in the top comment.
Send a link to your project in: onecompiler
Your project must run in the onecompiler website in order to be counted.
B Question
Create a program that accepts two string inputs for the names of people.
Create a function that compares their length. Within that function, you may use the string len function that was created in class (and I posted a working version for).
This function then prints out the names in sorted order, from shortest to longest. e.g.if the two names are: Jennyand Jose,it would print: The order of the names are: Jose Jenny
Sum all of those lengths and print them: The sum of those lengths are: 4+5=9.
Hints:
Get one part working at a time, get the input of the strings working first.
Then get the length recorded and stored.
Make sure the length is compared in a function.
use .bss declared variables where needed.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!