汇编网首页登录博客注册
shuimucanghai的学习博客
博客首页博客互动【做检测题】论坛求助

我的博客

个人首页 |  我的文章 |  我的相册 |  我的好友 |  最新访客 |  文章收藏 |  论坛提问 |  友情链接 |  给我留言  
图片载入中
学习动态
最新留言
好友圈
文章收藏
友情链接

[2008-11-20 22:24] 请教高手

传送大型字符串的算法(摘自Richard Blum版):
#reptest.s -Moving a large string using MOVSL and MOVSB
.section .data
string1:
  .asciz "This is a test of the conversion program!\n"
length:
  .int 43
divisor:
  .int 4
.section .bss
  .lcomm buffer,43
.section .text
.globl _start
_start:
   nop
   leal ...
阅读全文 | 评论次数(2) | 浏览次数(260) | 所属类型(默认类型)
页码数(1):  1