使用汇编 计算2的4次方

debug

-a 

mov ax,2

add ax,ax

add ax,ax

add ax,ax

-t

原文地址:https://www.cnblogs.com/zijidefengge/p/13833246.html