汇编语言学习笔记(二)-----程序

一、源程序 栗子: assume cs:codesg condesg segment start:    mov ax,0123H             mov bx,D456H             add ax,bx             add ax,ax             mov ax,4c00H             int 21H codesg ends end    
相关文章
相关标签/搜索