Ad Code

Write the instruction of following

Write the instruction of following


Copy BL into CL
mov cl, bl
Copy DX into AX
mov ax, dx
Store 0x12 into AL
mov al, 0x12
Store 0x1234 into AX
mov ax, 0x1234
Store 0xFFFF into AX
mov ax, 0xFFFF
Reactions

Post a Comment

1 Comments

Please add nice comments or answer ....