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

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 Databases Questions!