代码搜索结果

找到约 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

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("WindowsAppl

self.mak

CC = iccavr CFLAGS = -IC:\ICC\include\ -e -l -g -Mavr_enhanced_small -Wa-W ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -LC:\ICC\lib\ -m -g -ucrtboot.o -dram_end:0x45f -bdata:0x60.0x45f -Wl-W -bfunc_lit

delay_us.asm

;***********************************************************************************************; ;* TMS320F2810 Assembly Language File *; ;*

assemblyinfo.cs

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

asmsrc2.s

.include "common.inc" .include "arch.inc" comment "Second file in assembly source debugging testcase." .global foo2 foo2: enter comment "Call someplace else." call foo3 comment "All done, re

asmsrc2.s

.include "common.inc" .include "arch.inc" comment "Second file in assembly source debugging testcase." .global foo2 foo2: enter comment "Call someplace else." call foo3 comment "All done, re

bseip.h

/* * A collection of structures, addresses, and values associated with * the Bright Star Engineering ip-Engine board. Copied from the MBX stuff. * * Copyright (c) 1998 Dan Malek (dmalek@jlc.net)