.model small
output marco q
mov dx,q
mov ah,2
int 21h
endm
exit marco
mov ah,4ch
int 21h
endm
.stack
.data
.extradata
.code
.start
.exit
end
output marco q
mov dx,q
mov ah,2
int 21h
endm
exit marco
mov ah,4ch
int 21h
endm
.stack
.data
.extradata
.code
.start
.exit
end
回复Comments
作者:
{commentrecontent}