快速学习汇编之 通用寄存器

例子

mov     eax, 0x88884444
mov     ax, 0xBBBB
mov     ah, 0xCC
mov     al, 0xDD
原文地址:https://www.cnblogs.com/0x7e/p/13715690.html