1 mov ax,2 2 add ax ax 3 add ax ax 4 add ax ax
汇编语言只使用四条语句实现2的3次方
原文:https://www.cnblogs.com/old-horse/p/15208201.html