内容发布更新时间 : 2024/11/7 23:31:45星期一 下面是文章的全部内容请认真阅读。
jmp key6 key3: test al,2 je key4 mov al,8 jmp key6 key4: test al,4 je key5 mov al,10h jmp key6 key5: test al,8 je nkey mov al,18h key6: add al,bl cmp al,10h
jnc fkey
mov bx,offset KeyTable xlat fkey:
pop dx pop cx pop bx ret
;================================
CODE ENDS END Start