study the following code and : W DB ‘1,2,4,8,16,32,64,128’ Mov SI,0 Mov DL,0 TEST BL, W[SI] JZ L INC SI INC DL CMP SI,8
Posted: Sat May 14, 2022 3:16 pm
study the following code and :
W DB
‘1,2,4,8,16,32,64,128’
Mov
SI,0
Mov
DL,0
TEST
BL, W[SI]
JZ
L
INC
SI
INC DL
CMP
SI,8
JB
L2
W DB
‘1,2,4,8,16,32,64,128’
Mov
SI,0
Mov
DL,0
TEST
BL, W[SI]
JZ
L
INC
SI
INC DL
CMP
SI,8
JB
L2