assembly language
In the following code sequence, show the value of AL after eachshift or rotate instruction has executed:
(1)mov al 0D4h
sal al,1
(2)mov al 0D4h
sar al,1
Expert Answer
An answer will be send to you shortly. . . . .
assembly language
In the following code sequence, show the value of AL after eachshift or rotate instruction has executed:
(1)mov al 0D4h
sal al,1
(2)mov al 0D4h
sar al,1
An answer will be send to you shortly. . . . .