. : : Assembly Language : : .  |  首页  |  我提出的问题  |  我参与的问题  |  我的收藏  |  消息中心   |  游客  登录  | 
提问 | 未解决 | 已解决 | 精华区 | 搜索 |
  《汇编语言》论坛 ->基础知识
主题 : :  这段代码有问题啊,,不能通过编缉,自己就是看不出来啊,,帮帮忙  [已解决] 回复[ 3次 ]   点击[ 378次 ]  
ming3477576
[帖 主] [ 发表时间:2009-10-17 11:13 ] 
荣誉值:2
信誉值:0
注册日期:2009-09-23 17:36
assume cs:codesg
codesg segment
mov ax,2000h
mov ss,ax
mov sp,0
mov sp,10
push ax
push bx
pop ax
pop bx
push ax
push bx
mov ax,4c00h
iint 21h
codesg ends
end
此问题已结贴!
    Copyright © 2006-2024   ASMEDU.NET  All Rights Reserved