🌈 搜索
📅  最后修改于: 2022-03-11 15:00:54.297000             🧑  作者: Mango
mov ax, 5 ; ax = 5 mov cx, 10 ; cx = 10 mul cx ; ax = ax * cx ; actually dx:ax = ax * cx