Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Write an assembly language program that ask the user to enter 2 numbers representing the number of rows and columns of a table then it

image text in transcribed Write an assembly language program that ask the user to enter 2 numbers representing the number of rows and columns of a table then it shows table of stars in new line. For instance: Enter number of rows: 3 Enter number of columis: 5 Result: Your program should display clear prompt messages and clear output messages. Below is a description of some Irvine 32 library procedures which you may need. More information is available in section 5.3 .2 (page 165) of Textbook 2. Needed Irvine32 Librarv Procedures: Crlf: advances the cursor to the beginning of the next line in the console window. ReadDec: reads a 32-bit unsigned decimal integer from the keyboard and returns it in EAX. ReadInt: reads a 32-bit signed decimal integer from the keyboard and returns it in EAX. WriteInt: Writes a 32-bit signed integer to the console window. Pass the integer in EAX. WriteString: writes a null-terminated string to the console window. Pass the string's offset in EDX. Sample Runs: Enter number of rows: 4 Enter number of columins: 2 Result: Page 1 of 2

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions