恐怖黎明特殊材料获得方法一览,恐怖黎明特殊材料怎么获得

,。,。,。 ,。,。,。
回答
  • 浊七 浊七

    program title goes here-compare string
    data segment;def ine data segment
    string1 db ' move the cursor backward.'
    string2 db ' move the curs or backward.'
    mess1 db ' match',13,10,'$'
    mess2 db ' no match',13,10,'$'
    data ends
    program segment;def ine code segment
    main proc far
    assume cs:program,ds:data,es:data
    start:;s ta rting execution address
    set up stack for return
    push ds;s**e o ld data segment
    sub ax,ax;put zero in ax
    push ax;s**e it on stack
    s et ds reg**ter to current data segment
    mov ax,data;datarea segment addr
    mov ds,ax;into ds reg**ter
    mov es,ax;in to es re gi st er
    main part of program goes here
    lea si,string1
    lea di,string2
    cld
    mov cx,25
    repz cmp**
    jz match
    lea dx,mess2
    jmp short d**p
    match:
    lea dx,mess1
    d**p:
    mov ah,09
    int 21h
    ret;return to dos
    main endp;end of main par t of program
    program ends;end of code segment
    end start;end assembly

类似问答
精品推荐

友情链接

友链互换QQ:

谷财 备案编号:蜀ICP备11019336号-3商务合作:235-677-2621

Copyright 2009-2020 Chengdu Sanzilewan Technology Co.,Ltd all rights reserve

抵制不良游戏 拒绝盗版游戏 注意自我保护 谨防受骗上当 适度游戏益脑 沉迷游戏伤身 合理安排时间 享受健康生活