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

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
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
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education