汇编语言
houyue
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
如何给键盘加锁
code segment assume cs:code,ds:code,es:code org 100hstart: jmp set09hlockkey equ 1subaddr dw key_onpointer dw ?counter db ?keyword db 11h,15h,19hkey_len equ $-keywordold09h dd ?new09h proc nea原创 2005-10-07 09:51:00 · 1589 阅读 · 0 评论 -
如何将十六进制数转换为十进制数
code segment assume cs:codehexidec proc far push ds sub ax,ax push axstart: call hexibin cmp al,1bh jz exit call crlf call binidec call crl原创 2005-10-07 09:52:00 · 2929 阅读 · 0 评论
分享