Itecompsysl Activity 3 Report
Itecompsysl Activity 3 Report
3.5 Materials/Equipment
Figure 1. Title
3.7 Procedure/s
.model small
.stack
.data
x db "RED$"
y db "BLUE$’"
.code
org 100h
start:
main proc
mov ax,@data
mov ds,ax
mov ah, 9
lea dx, y
int 21h
down proc
mov ah, 2
mov dl,13
int 21h
mov dl,10
int 21h
ret
down endp
end start
1. Given the sample output coming from your instructor, write down and compile the
required program that will provide the expected sample output using expt3.com as the
filename.
5. What are the requirements that must be satisfied before INT 21h service 9 prints the
string?
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
3.8.2 Calculations
__________________________________________________________________
__________________________________________________________________
__________________________________________________________________
__________________________________________________________________
__________________________________________________________________
__________________________________________________________________
__________________________________________________________________
__________________________________________________________________
Format &
Presentation (5% : ________
Timeliness (20%) : ________
Correctness (15% ) : ________
Summary &
Conclusion (20%) : ________
Machine Code (40%) : ________
Total