35.9k views
0 votes
The MOVZX instruction can be used only with_____________ integers.

User Gabaros
by
5.4k points

1 Answer

3 votes

Answer: The MOVZX instruction can be used only with unsigned integers.

Step-by-step explanation:

The MOVZX instruction allows to move a value from a smaller source to larger source ,by the method of padding it focuses on the most significant bits of the targets with zeroes . The destination for MOVZX should be a register only. MOVZX cannot be used with any other type of integer such as signed integer etc except for that it can be used with unsigned integers only.

User Bstory
by
6.0k points