搜索资源列表
-
0下载:
GNU 开发工具手册,汇编器手册,编译工具手册。纯原版。-GNU development tools, manuals, manual assembler, compiler toolkit. Pure original.
-
-
0下载:
在 windows 平台和 linux 平台下都大量存在着库。
本质上来说库是 一种可执行代码的二进制形式,可以被操作系统载入内存执行。
由于 windows 和 linux 的平台不同(主要是编译器、汇编器和连接器 的不同),因此二者库的二进制是不兼容的。
本文仅限于介绍 linux 下的库。-Windows platform and Linux platform there are a lot of libraries.
Essentially
-
-
0下载:
一个用C++编写的基于flex和bison编写的简单C语言编译器,输出汇编代码为LLVM,在代码生成阶段采用了LLVM的C++的API实现-A C++ based on flex and bison written a simple C language compiler output assembler code for LLVM, the code generation phase using LLVM s C++ API implementation
-
-
0下载:
inffas8664.c is a hand tuned assembler version of inffast.c - fast decoding version for AMD64 on Windows using Microsoft C compiler.
-
-
0下载:
Explicitly allow the use of r1 (the assembler temporary register) within this code. This register is normally reserved for the use of the compiler.
-
-
0下载:
代码可用于测试,研究编译器,汇编器的爱好者可以参考-Code can be used in the test, the compiler, assembler lovers can refer to
-