Question: 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

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
Get step-by-step solutions from verified subject matter experts
