代码搜索结果

找到约 10,000 项符合 Assembly 的代码

makefile

# # Makefile for creation of the program named by the PROG variable # # The following naming conventions are used by this makefile: # .asm - C54 assembly language source file # .obj

makefile

# # Makefile for creation of the program named by the PROG variable # # The following naming conventions are used by this makefile: # .asm - C54 assembly language source file # .obj

assemblyinfo.cs

using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的常规信息通过下列属性集 // 控制。更改这些属性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("SmartDevice

miracl.mak

# UNIX Makefile for MIRACL Software Multi-Precision Math Lib. # # Contributed by John Kennedy # Updated by M.Scott 15/7/97 # # Notes: This is a "bare-bones" makefile for compi

global.h

#ifndef GLOBAL_H #define GLOBAL_H #ifndef __ASSEMBLY__ #define REGL(base, offset) (*(volatile unsigned long *)(base+offset)) #define REGW(base, offset) (*(volatile unsigned short *)(base+offset)

global.h

#ifndef GLOBAL_H #define GLOBAL_H #ifndef __ASSEMBLY__ #define REGL(base, offset) (*(volatile unsigned long *)(base+offset)) #define REGW(base, offset) (*(volatile unsigned short *)(base+offset)

puzzle_review2.dpr

program Puzzle_review2; {%DelphiDotNetAssemblyCompiler '$(SystemRoot)\microsoft.net\framework\v1.1.4322\System.dll'} {%DelphiDotNetAssemblyCompiler '$(SystemRoot)\microsoft.net\framework\v1.1.4322

assemblyinfo.cs

using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of att

assemblyinfo.cs

using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的常规信息通过下列属性集 // 控制。更改这些属性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("ConsoleAppl

makefile

# # Makefile for creation of the program named by the PROG variable # # The following naming conventions are used by this makefile: # .asm - C62 assembly language source file # .obj