大概是 :(但不知道是不是太迟了啊,我现在才注册的呢!)
Lea Si,sta
mov al,[si]
mov bl,al
And bl,00101010B
cMP BL,2ah;判断是不是有三位为1
JZ lst1
Cmp bl,0AH;判断是不是有两位为1,
;即00101000=28H,00100010=22H,00001010B=0AH
Jz lst2
Cmp bl,22H
JZ lst2
CMP bl,28h
jz lst2
Cmp bl,20H;判断是不是只有一位1
JZ lst3
CMP BL,08H
JZ LST3
CMP BL,02H
JZ LST3
CMP BL,0;判断是不是没有一位是1
JZ LST4
这是你的其他程序.........你的其他程序
lst1:
lst2:
lst3:
lst4:
这样就可以了吧