码迷,mamicode.com
首页 > 其他好文 > 详细

;博客测试

时间:2014-11-25 18:17:24      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:style   blog   ar   color   sp   div   2014   art   log   

;博客测试

data segment           
tab db hello world$
data ends                 
code segment          
assume cs:code, ds:data 
start:                                 
        mov ax,data
        mov ds,ax               
        lea dx,tab                
        mov ah,9h
        int 21h                     
        mov ah,4c00h
        int 21h                   
 code  ends                    
        end start    
   
   

2014-11-25  17:39:42

;博客测试

标签:style   blog   ar   color   sp   div   2014   art   log   

原文地址:http://www.cnblogs.com/vnest/p/4121457.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!