. : : Assembly Language : : .  |  首页  |  我提出的问题  |  我参与的问题  |  我的收藏  |  消息中心   |  游客  登录  | 
提问 | 未解决 | 已解决 | 精华区 | 搜索 |
  《汇编语言》论坛 ->第一个程序
主题 : :  第四章检点题, 请管理员给个说法  [已解决] 回复[ 4次 ]   点击[ 305次 ]  
smmei
[帖 主] [ 发表时间:2012-05-29 23:13 ] 
荣誉值:0
信誉值:2
注册日期:2012-05-26 20:03
晕倒,请管理员给个说法
这题我选2,为什么错了? 昨晚和今晚都给错。 

下列程序中,出现逻辑错误的是:____   
 1、 assume cs:code   
    code segment   
    mov ax,2   
    add ax,ax   
    mov ax,4c00h   
    int 21h   
    code   
    end   
 2、 assume cs:code   
    code segment   
    mov ax,2   
    add ax,ax   
    code ends   
    end   
 3、 aume cs:code   
    code segment   
    mov ax,2   
    add ax,ax   
    mov ax,4c00h   
    int 21h   
    code ends   
    end   
 4、 assume cs:code   
    code segment   
    mov ax,2   
    add ax,ax   
    mov ax,4c00h   
    int 21h   
    code ends
此问题已结贴!
    Copyright © 2006-2024   ASMEDU.NET  All Rights Reserved