Compilation Summative2

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 8

ASSEBLY-AX

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

mov ah,02 & int 21h


nsdr uimh 073f
tapos physical yung 0100?
base yung 073f*

HEXA NG CAPITAL A-41

YOU CAN ONLY USE RD COMMAND IF ONLY DIRECTORY IS EMPTY

TRUE

It is the only number system that is recognized and accepted in DEBUG..

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

the last four hexadecimal value in the logical address is the

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 the symbol used to indicate a switch in DOS commands

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 symbol used to indicate path or root directory

\
It is the hexadecimal value of decimal number 5.

35

It is the hexadecimal value of (small letter) j

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

You might also like