Quantcast
Channel: x86 Assembly - Programmers Heaven
Viewing all articles
Browse latest Browse all 152

How do I convert a register pair to an extended register?

$
0
0
I have this code snippet adapted from the pcasm book by Paul Carter:
mov bx, 10d
mov ax, 10d
mul bx ; multiplied by ax, stored in dx:ax

Now, how would I store the register pair dx:ax into, say, ecx?

Viewing all articles
Browse latest Browse all 152

Trending Articles