Compilation Summative2
Compilation Summative2
Compilation Summative2
BASE-BC
DATA REGISTER-CX
CRTL+Z
It is the only memory address visible to the user when writing an assembly language-LOGICAL ADDRESS
ASSEBLE-A
REGISTER-R
WRITE-W
SAGOT SA MAHABA-DEBUG
accepted ng debug-HEXA
RCX
It is a debug command that lets you execute the program line per line and view the current
content of the cpu registers
It is the service number used to display a single character store in registered dl. Group of
answer choices mov ah,02 & int 20h mov ah,01 & int 20h mov ah,01 & int 21h mov ah,02 &
int 21h
TRUE
HEX
It is a special DOS command that provides a single-step mode, which allows you to execute
a program one instruction at a time, so that you can view the effect of each instruction on
memory locations and registers.
DEBUG
what is the hexa value of newline and carriage return to be stored in register dl to have the
next character displayed on the next line?
0a 0d
It is a DOS command used to display all files in your current working directory.
DIR
HEXA CAPITAL J- 4A
MEMORY
Simulate the given program below: 0123:0100 mov ah,02 0123:0102 mov dl,70 0123:0104
int 21 0123:0106 int 20 What is the output?
SMALL p
It is a debug command that let you exit from the debug function and go back the the DOS
prompt.
Small q
typing a dos command followed by /! will allow you to view the details of a specific
command. ex. c:\>copy/! Group of answer choices True False
It is a dos command that would let you go back to you previous directory. Group of answer
choices C:\>cd.. C:\>cd\ C:\>cd/ C:\>cd.
cd..
move command is an external DOS command the lets you change name of a subdirectory..
\
It is the hexadecimal value of decimal number 5.
35
6A
It is a debug command that lets you view the code written in assembly language.
The logical address is divide into two fields namely: Group of answer choices effective and
offset address base and physical address effective and physical address base and offset
address
base offset