摘要:
NASM语言: Codee#27219assume cs:codedata segment db 'Welcome to asm','$'data endscode segment start: mov ah,2 mov bh,0 mov dh,5 mov dl,12 int 10h mov ax,data mov ds,ax mov dx,0 mov ah,9 int 21h mov ax,4c00h int 21h code endsend start 阅读全文
posted @ 2012-09-09 09:09
strorehouse
阅读(383)
评论(0)
推荐(0)
浙公网安备 33010602011771号