| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 714 人关注过本帖
标题:哪位能看懂这个吗,几个命令所运行了什么
取消只看楼主 加入收藏
frankhdd
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2010-4-15
结帖率:0
收藏
已结贴  问题点数:10 回复次数:0 
哪位能看懂这个吗,几个命令所运行了什么
command swap47 headnum

ulcl uch
ulcl ulh
ulcl ua
ulcl ub
ulcl ucnt
ulcl ucnt1
ulcl ulimt

uch=24;
ulh=38;
ulimt=headnum;

rdfl 0x47
copy rbfr,wbfr

//code 1

ua=uch+ulh*(ulimt+1)
ub=uch+ulh*ulimt

for (ucnt=0;ucnt<(5-ulimt);ucnt+=1)
    copy rbfr:ua,wbfr:ub,ulh
    ua+=ulh;
    ub+=ulh;
efor

//code 2

  ulh=6;
  ub=ua;
  ua+=ulh*(ulimt+1);
  ub+=ulh*ulimt;


  for (ucnt=0;ucnt<(5-ulimt);ucnt+=1)

     copy rbfr:ua,wbfr:ub,ulh
     ua+=ulh;
     ub+=ulh;
  efor

//code 3

  ulh=2;
  ub=ua;
  ua+=ulh*(ulimt+1);
  ub+=ulh*ulimt;


  for (ucnt=0;ucnt<(5-ulimt);ucnt+=1)

     copy rbfr:ua,wbfr:ub,ulh
     ua+=ulh;
     ub+=ulh;
  efor

chksum
wrfl 0x47

ecommand


command swap4a headnum

ulcl uch
ulcl ulh
ulcl ua
ulcl ub
ulcl ucnt
ulcl ucnt1
ulcl ulimt

uch=26;
ulh=254;
ulimt=headnum;

rdfl 0x4a
copy rbfr,wbfr



ua=uch+ulh*(ulimt+1)
ub=uch+ulh*ulimt

for (ucnt=0;ucnt<(5-ulimt);ucnt+=1)
    copy rbfr:ua,wbfr:ub,ulh
    ua+=ulh;
    ub+=ulh;
efor
chksum
wrfl 0x4a
ecommand

command swap49 headnum

ulcl uch
ulcl ulh
ulcl ua
ulcl ub
ulcl ucnt
ulcl ucnt1
ulcl ulimt

uch=40;
ulh=2;
ulimt=headnum;

rdfl 0x49
copy rbfr,wbfr



ua=uch+ulh*(ulimt+1)
ub=uch+ulh*ulimt

for (ucnt=0;ucnt<(5-ulimt);ucnt+=1)
    copy rbfr:ua,wbfr:ub,ulh
    ua+=ulh;
    ub+=ulh;
efor

chksum
wrfl 0x49
搜索更多相关主题的帖子: 运行 命令 
2010-04-15 02:07
快速回复:哪位能看懂这个吗,几个命令所运行了什么
数据加载中...
 
   



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

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