• 大小: 7.53M
    文件类型: .rar
    金币: 1
    下载: 1 次
    发布日期: 2025-04-30
  • 语言: 其他
  • 标签: 汇编  资料  

资源简介

非常好的汇编资料

资源截图

代码片段和文件信息

// arraysum.cpp
// Last update: 06/01/2006


void main()
{
int array[] = {10602033728945657218};
int sample = 50;
int ArraySize = sizeof array / sizeof sample;
int index = 0;
int sum = 0;

while( index < ArraySize )
{
if( array[index] > sample )
sum += array[index];
index++;
}

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        165  2015-05-08 11:37  Irvine\b16.asm

     文件        142  2015-05-08 11:37  Irvine\b32.asm

     文件        320  2015-05-08 11:37  Irvine\Examples\ch03\16-bit.asm

     文件        198  2015-05-08 11:36  Irvine\Examples\ch03\64 bit\AddTwoSum_64.asm

     文件        275  2015-05-08 11:36  Irvine\Examples\ch03\64 bit\template_64.asm

     文件        237  2015-05-08 11:37  Irvine\Examples\ch03\AddTwo.asm

     文件        248  2015-05-08 11:36  Irvine\Examples\ch03\AddTwoSum.asm

     文件        200  2015-05-08 11:36  Irvine\Examples\ch03\AddTwoSum_64.asm

     文件        364  2015-05-08 11:36  Irvine\Examples\ch03\AddVariables.asm

     文件        221  2015-05-08 11:37  Irvine\Examples\ch03\template.asm

     文件        976  2015-05-08 11:37  Irvine\Examples\ch04\32 bit\AdditionTest.asm

     文件        565  2015-05-08 11:37  Irvine\Examples\ch04\32 bit\CopyStr.asm

     文件       1241  2015-05-08 11:36  Irvine\Examples\ch04\32 bit\Moves.asm

     文件        924  2015-05-08 11:36  Irvine\Examples\ch04\32 bit\Operator.asm

     文件        705  2015-05-08 11:36  Irvine\Examples\ch04\32 bit\Pointers.asm

     文件        604  2015-05-08 11:37  Irvine\Examples\ch04\32 bit\SumArray.asm

     文件        221  2015-05-08 11:36  Irvine\Examples\ch04\32 bit\template.asm

     文件        678  2015-05-08 11:37  Irvine\Examples\ch04\64 bit\AddAndSubtract.asm

     文件       1049  2015-05-08 11:36  Irvine\Examples\ch04\64 bit\Moves.asm

     文件        709  2015-05-08 11:37  Irvine\Examples\ch04\64 bit\SumArray_64.asm

     文件        832  2015-05-08 11:36  Irvine\Examples\ch05\32 bit\CodePageDemo.asm

     文件        340  2015-05-08 11:37  Irvine\Examples\ch05\32 bit\colors.asm

     文件       1509  2015-05-08 11:36  Irvine\Examples\ch05\32 bit\InputLoop.asm

     文件        437  2015-05-08 11:37  Irvine\Examples\ch05\32 bit\msgbox.asm

     文件        457  2015-05-08 11:36  Irvine\Examples\ch05\32 bit\msgboxAsk.asm

     文件        653  2015-05-08 11:36  Irvine\Examples\ch05\32 bit\RevStr.asm

     文件       1069  2015-05-08 11:37  Irvine\Examples\ch05\32 bit\TestArraySum.asm

     文件       1320  2015-05-08 11:36  Irvine\Examples\ch05\32 bit\TestLib1.asm

     文件        898  2015-05-08 11:37  Irvine\Examples\ch05\32 bit\TestLib2.asm

     文件       1100  2015-05-08 11:36  Irvine\Examples\ch05\32 bit\TestLib3.asm

............此处省略487个文件信息

评论

共有 条评论