In 8086, the result of MOV AL, 65 is to store

In 8086, the result of MOV AL, 65 is to store
| In 8086, the result of MOV AL, 65 is to store

A. 0100 0010 in AL

B. 42 H in AL

C. 40 H in AL

D. 0100 0001 in AL

Please scroll down to see the correct answer and solution guide.

Right Answer is: D

SOLUTION

MOV AL, 65 is an immediate addressing mode. It is the simplest move command and is easy to understand.

MOV AL, will simply copy the number 65 in register AL.

65 in binary = 0100 0001

∴ The result of MOV AL, 65 is to store 0100 0001 in AL.