标题:很有意思的程序
取消只看楼主
kr^zHaYj
Rank: 1
等 级:新手上路
帖 子:41
专家分:0
注 册:2007-11-25
 问题点数:0 回复次数:0 
很有意思的程序
cseg  segment
 assume cs:cseg
 org 100h
 jmp start
count dw 18h
pp  proc
 push ax
 push dx
      
 
 dec count
  
 jnz  next
 mov count ,12h
 mov dl,'L'
 mov ah,2
 int 21h
next:   
  pop dx
 pop ax
 iret
pp endp
start:   xor ax,ax
 mov es,ax
 mov bx,0070h
 mov es:[bx],offset pp
 mov es:[bx+2],seg pp
 
 mov ah,1ch
 int 21h
                        
 mov dx,offset start
 int 27h
cseg  ends
 end start
搜索更多相关主题的帖子: count start 
2007-12-06 19:01



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-190823-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.336993 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved