1 READING CODE - STACK ;list the output of the following program assuming the input is as follows: 101 3 4 232 5 48 6. 17 7 include PCMAC.INC NEWLINE EQU_PutCh 13, 10 10 MODEL SMALL STACK 100h DATA 11 12 13 14 Messagel DB 'Total sold today, S 15 Message2 DB , is: S' 16 17 18 CODE EXTERN GetDec: NEAR, PutDec:NEAR 19 20 Main PROC 21 mov ax, @data ds, ax 22 mov

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section7.1: One-dimensional Arrays
Problem 10E: (Electrical eng.) Write a program that specifies three one-dimensional arrays named current,...
icon
Related questions
Question

What can we replace lines 21 and 22 with?

1
READING CODE - STACK
47
list the output of the following program assuming the input is as follows:
3
101
mov al, 0; Return code of 0
mov ah, 4ch: Exit back to MSDOS
48
49
4
232
50
int 21h
Main ENDP
5
48
51
17
52
7
53
Data
; re-enter the data segment for this procedure
include PCMAC.INC
54
NEWLINE EQU_PutCh 13, 10
MessageSub
Mystery
55
DB 'Enter a number $'
10
56
DW ?
11
MODEL SMALL
57
12
STACK 100h
DATA
CODE ; return to coding
58
13
59
Messagel DB 'Total sold today, S'
Message2 DB , is: $'
Sublnput PROC
mov cx, 4
14
60
15
61
16
62
myLoop:
17
63
CODE
EXTERN GetDec: NEAR, PutDec NEAR
PutStr MessageSub
call GetDec
add Mystery, ax
18
64
19
65
20
Main PROC
66
dec cx
inz myLoop
mov ax, Mystery
21
mov ax, @data
ds, ax
GetDate
push cx
push dx
push dx
call Sublnput send control to subprocedure
mov bx, ax
PutStr Messagel
67
22
mov
68
23
69
ret
24
70
25
71
Sublnput ENDP
26
72
73
END Main; Tells where to start execution
28
74
75
рop dx
mov al, dh
mov ah, 0
call PutDec
PutCh "
pop dx
mov al, dl
mov ah, 0
call PutDec
76
31
32
33
34
35
36
37
38
39
_PutCh "
40
рop сх
41
mov ax, cx
call PutDec
_PutStr Message2
42
43
44
45
mov ax, bx
call PutDec
NEWLINE
46
Transcribed Image Text:1 READING CODE - STACK 47 list the output of the following program assuming the input is as follows: 3 101 mov al, 0; Return code of 0 mov ah, 4ch: Exit back to MSDOS 48 49 4 232 50 int 21h Main ENDP 5 48 51 17 52 7 53 Data ; re-enter the data segment for this procedure include PCMAC.INC 54 NEWLINE EQU_PutCh 13, 10 MessageSub Mystery 55 DB 'Enter a number $' 10 56 DW ? 11 MODEL SMALL 57 12 STACK 100h DATA CODE ; return to coding 58 13 59 Messagel DB 'Total sold today, S' Message2 DB , is: $' Sublnput PROC mov cx, 4 14 60 15 61 16 62 myLoop: 17 63 CODE EXTERN GetDec: NEAR, PutDec NEAR PutStr MessageSub call GetDec add Mystery, ax 18 64 19 65 20 Main PROC 66 dec cx inz myLoop mov ax, Mystery 21 mov ax, @data ds, ax GetDate push cx push dx push dx call Sublnput send control to subprocedure mov bx, ax PutStr Messagel 67 22 mov 68 23 69 ret 24 70 25 71 Sublnput ENDP 26 72 73 END Main; Tells where to start execution 28 74 75 рop dx mov al, dh mov ah, 0 call PutDec PutCh " pop dx mov al, dl mov ah, 0 call PutDec 76 31 32 33 34 35 36 37 38 39 _PutCh " 40 рop сх 41 mov ax, cx call PutDec _PutStr Message2 42 43 44 45 mov ax, bx call PutDec NEWLINE 46
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
File Input and Output Operations
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
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning