代码搜索结果
找到约 10,000 项符合
Assembly 的代码
tmp.out
A51 MACRO ASSEMBLER V7.04a - SN: Cygnal_8051Fxxx
COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2003
ASSEMBLY COMPLETE. 0 WARNING(S), 0 ERROR(S)
tmp.out
A51 MACRO ASSEMBLER V7.04a - SN: Cygnal_8051Fxxx
COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2003
ASSEMBLY COMPLETE. 0 WARNING(S), 0 ERROR(S)
tmp.out
A51 MACRO ASSEMBLER V7.04a - SN: Cygnal_8051Fxxx
COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2003
ASSEMBLY COMPLETE. 0 WARNING(S), 0 ERROR(S)
tmp.out
A51 MACRO ASSEMBLER V7.04a - SN: Cygnal_8051Fxxx
COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2003
ASSEMBLY COMPLETE. 0 WARNING(S), 0 ERROR(S)
tmp.out
A51 MACRO ASSEMBLER V7.04a - SN: Cygnal_8051Fxxx
COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2003
ASSEMBLY COMPLETE. 0 WARNING(S), 0 ERROR(S)
assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
//
// 有关程序集的常规信息是通过下列
//属性集控制的。更改这些属性值可修改与程序集
//关联的信息。
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyDescription("")]
makefile
%.o:%.cc
g++ -c -O -o $@ $<
%.o:%.S
g++ -c -D__ASSEMBLY__ -o $@ $<
all: glue bootsect setup bootparam
glue: glue.o
g++ -o $@ $^
bootsect: bootsect.o
ld -e 0 -Ttext 0 -o $@ $@.o
setup: setup.o
assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
//
// 有关程序集的常规信息是通过下列
// 属性集控制的。更改这些属性值可修改与程序集
// 关联的信息。
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyDescription("")]
assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
//
// 有关程序集的常规信息是通过下列
// 属性集控制的。更改这些属性值可修改与程序集
// 关联的信息。
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyDescription("")]
assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
//
// 有关程序集的常规信息是通过下列
// 属性集控制的。更改这些属性值可修改与程序集
// 关联的信息。
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyDescription("")]