Coe121 Q4 PDF
Coe121 Q4 PDF
Coe121 Q4 PDF
C. 01101011
D. 01111011
This group of instruction is used to shift or rotate bits left or right in register or memory
operands.
Bit Manipulation Instructions
Logical Instructions
Arithmetic Instructions
Program Transfer Instruction
The flag that acts as Borrow flag in the instruction, SBB is"
direction flag
carry flag
parity flag
trap flag
The 100010dw mmregr/m template should be used for converting the following
assembly instructions to machine code except:
"MOV AX,[BX]"
"MOV ES, AX"
"MOV [BP+4891H],DL"
"MOV [1000H],DL"
"If the direction bit, D=1, data flow _____ the register REG field ______ the R/M field
located in the second byte of an instruction."
"from, to"
"to, within"
"to, from"
None of the choices
If the instruction is MOV CL,DS:[1234H], the code for mm = ______"
00
11
01
10
For the instruction MOV CL, CH what is the code in the REG field when assembled?"
001
101
010
100
ADD AX,[BP+6]
False
try true
IF CF=1, AL=95, and BL=4F prior to the execution of "SBB AL,BL", what will be the contents of AL after
subtraction in base 10?
16
try 45
AX
In unsigned division of a word in AX by a word in DATA1, the quotient will be placed in and
DX
the remainder in