Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Pro Database Migration To Azure Data Modernization For The Enterprise

Authors: Kevin Kline, Denis McDowell, Dustin Dorsey, Matt Gordon

1st Edition

1484282299, 978-1484282298

More Books

Students also viewed these Databases questions

Question

=+ how might this lead to faster growth in productivity?

Answered: 1 week ago