宏的定義和調用,輸出字符串

data segment     string db "hello,bad boy",0ah,0dh,'$' data ends code segment mainbegin macro      mov ax,data     mov ds,ax     endm mainend macro     mov ah,4ch     int 21h     endm dispmsg macro me
相關文章
相關標籤/搜索