Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

what changes we have to mak, so that the program can add two numbers whose sum will be greater than 9. Right now it's working

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

what changes we have to mak, so that the program can add two numbers whose sum will be greater than 9. Right now it's working perfect when we try to add up two numbers with the output equals to 9 but for the sum greater than 9 it gives us some character.like ; = etc

GUI Turbo Assembler x64 Version 3.0.1 File Edit Tools Option Window Help dfa.asm E lka.asm" E 1 .model small 2 .stack 100h 3 .data 4 msg db 'Enter Ist Number 5 msg1 db 'Entet 2nd Number S 8 .code 9 .startup 10 lea dx, msg 11 mov ah, 9 12 int 21h 1 14 mov ah, 1 15 int 21h 1 add oh mov,0ah 26/2018743 49 PAI

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

More Books

Students also viewed these Databases questions

Question

What are the Five Phases of SDLC? Explain each briefly.

Answered: 1 week ago

Question

How can Change Control Procedures manage Project Creep?

Answered: 1 week ago