彙編語言 第四章 實驗

1、將下面程序保存爲t1.asm文件,將其生成可執行文件t1.exe。 assume cs:codeseg codeseg segment        mov ax,2000H        mov ss,ax        mov sp,0        add sp,10        pop ax        pop bx        push ax        push bx   
相關文章
相關標籤/搜索