摘要:
1 assume cs:codesg 2 3 codesg segment 4 db 'welcome to masm!' 5 6 kk: 7 mov ax,0B800H 8 mov ds,ax 9 mov bx,780H10 mov di,8011 mov si,012 mov cx,313 s1w:push cx14 mov cx,1615 s1n:16 mov al,... 阅读全文
posted @ 2013-04-23 20:42
CrackKay
阅读(137)
评论(0)
推荐(0)