Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

What is the purpose of following program model small data. M1 DB 'Hello 15 M2 DB Hello25 code. startup R: MOV AH,01 GINT 21h SUB

image text in transcribed
image text in transcribed
What is the purpose of following program model small data. "M1 DB 'Hello 15 "M2 DB "Hello25 code. startup R: MOV AH,01 GINT 21h SUB AL 30H CMP AL 1 JE DISPLAY_M1 CMP AL 2 JE DISPLAY_M2 JMPR DISPLAY_M1: MOV DX offres M1 AH 9: Function requests to display S terminated message INT 21h JMOR SUB AL 30H CMP AL 1 JE DISPLAY_M1 CMP AL 2 JE DISPLAY_M2 JMPR DISPLAY_M1: MOV DX offset M1 Function request 9 to display S terminated message INT 21h JMP R DISPLAY_M2: MOV DX offset M2 MOV AHS INT 21h JMPR exit. END

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

Data Analysis Using SQL And Excel

Authors: Gordon S Linoff

2nd Edition

111902143X, 9781119021438

More Books

Students also viewed these Databases questions