Question: Your task for this assignment is to create an NASM 8086 assembly language program that will: ask the user for his or her name say
Your task for this assignment is to create an NASM 8086 assembly language program that will:
ask the user for his or her name
say hello to the user by name
Here is an example of the I/O might look like:
> Hello. What is your name? (Please enter your name.)
> Joe
> Hello, Joe.
You may use 32-bit system calls, such as those that use the EAX register, but the bulk of your code can be 16-bit 8086 compatible. You should limit your system calls to those that use int 80H for Linux systems. Note that windows uses int 21h, with different parameters for many of the same systems calls as INT 80H in Linux.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
