Using GUI Turbo Assembler(GTASM), please program (and explain) using assembly language in real mode, the simulation of an ATM that displays a receipt with the breakdown of the amounts of bills, for a specific amount requested by the client. The user interface is programmed via direct access to the BIOS using the INT 10H interruption for display; the INT 16H for the input of data. First, the customer is asked for the number of colones to be dispensed by the ATM. This amount is an integer greater than zero and less than sixty thousand (there are only bills for 1.000  , 2.000 ,  5.000 , 10.000 and 20.000 colones). This screen gives you the option to end the program, or continue. On the second screen, the ATM shows a receipt in table format, containing the breakdown with as few nominations as possible, differentiating the bills with different colors. For example, if the user requests that the ATM dispenses 41.000 colones, the breakdown consists of two 20.000 bills and one 1.000 bill. Then it returns to the first screen, where it allows the user to re-enter

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter8: Advanced Method Concepts
Section: Chapter Questions
Problem 7RQ
icon
Related questions
Question

Using GUI Turbo Assembler(GTASM), please program (and explain) using assembly language in real mode, the simulation of an ATM that displays a receipt with the breakdown of the amounts of bills, for a specific amount requested by the client. The user interface is programmed via direct access to the BIOS using the INT 10H interruption for display; the INT 16H for the input of data. First, the customer is asked for the number of colones to be dispensed by the ATM. This amount is an integer greater than zero and less than sixty thousand (there are only bills for 1.000  , 2.000 ,  5.000 , 10.000 and 20.000 colones). This screen gives you the option to end the program, or continue. On the second screen, the ATM shows a receipt in table format, containing the breakdown with as few nominations as possible, differentiating the bills with different colors. For example, if the user requests that the ATM dispenses 41.000 colones, the breakdown consists of two 20.000 bills and one 1.000 bill. Then it returns to the first screen, where it allows the user to re-enter a new amount, or end the program.

Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

Hello, the code provided again is not compiling or running. I am using GUI TURBO ASSEMBLER. Please assist, I really appreciate the help!

Solution
Bartleby Expert
SEE SOLUTION
Follow-up Question

Hello, the program doesnt assemble or compile. I am using GUI Turbo Assembler. The errors I am getting:

**Fatal** 2.asm(128) Unexpected end of file encountered

**Error** 2.asm(33) Relative jump out of range by 0016h bytes

Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
Processes of 3D Graphics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,