汇编语言只使用四条语句实现2的3次方

1 mov ax,2 
2 add ax ax 
3 add ax ax 
4 add ax ax 

 

posted @ 2021-08-30 22:35  新生代农民工  阅读(125)  评论(0)    收藏  举报