Question
X86 ASSEMBLY PROGRAMMING make one procedure, called getString that receives: esi - the address of a prompt (asks the user for something) edi - the
X86 ASSEMBLY PROGRAMMING
make one procedure, called getString that receives:
esi - the address of a prompt (asks the user for something)
edi - the address of the buffer where to put the string (from the user)
ecx - the size of the buffer returns:
eax - number of char read have it restore the values of all register (except eax)
make another procedure that prints two strings, called DisplayStrings that receives:
esi - the address of a prompt or description
edi - the address the second string with some info returns: nothing have it restore the values of any register it uses
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started