-
大小: 7.45MB文件类型: .rar金币: 2下载: 1 次发布日期: 2023-11-17
- 语言: 其他
- 标签: Irvine32.inc Irvine32.lib Intel asm
资源简介
intel汇编语言程序设计配套资源,包含Irvine32.inc .lib文件,Irvine16.inc .lib文件,内含配置说明,还有章节源码,。
代码片段和文件信息
// 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
............此处省略488个文件信息
相关资源
- Intel(R) 82579V网卡驱动for server20033
- 300系列WIN7 USB驱动.7z
- Intel® Parallel Studio XE 2016 Update 1 专业
- Intel Parallel Studio XE Cluster Edition for W
- IntelPRO/无线2011局域网方案
- Intel 845GL/G/GE/GV/865G/915G显卡驱动 v14.
- intel 82577lm网卡驱动
- 英特尔主板驱动(Intel Chipset Device S
- 网卡驱动程序软件 intel pro 100ve)
- Intel ippsman
- ISO 11270-2014 Intelligent transport systems)
- Intel-320系列产品简介
- Intel-320系列评估指南
- intel加速器
- Intel Driver Update Utility v2.7.1.1.zip
- IntelliJ IDEA 2020 安装和常用配置(推荐
- Intel 82579v Gigabit network Server2008 R2网卡
- Intel x86 Emulator AcceleratorHAXM installer
- TensorFlow for Machine Intelligence 书籍源码
- Artificial Unintelligence_How Computers Misund
- Introduction to 64 Bit Intel Assembly Language
- 英特尔(intel)815主板PCB板文件
- IntelliJ IDEA生成Mybatis代码插件
- HCIP-IntelligentComputing题库.pdf
- Intel Visual Fortran应用程序开发
- 人工智能的军事应用 Military Applicati
- Intel S5520HC加入NVME BIOS
- PDF转曲插件IntelliPDF Curves 2.0
- Intel80386中文学习手册完整版
- Intel(R) 82579LM Gigabit Network Connectio
评论
共有 条评论