代码搜索结果
找到约 38,843 项符合
Assembly 的代码
abstract.txt
ASAMPLE is an assembly program that writes text to the
serial port of the 8052. The ASAMPLE runs on the
simulator.
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
assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
//
// 有关程序集的常规信息是通过下列
// 属性集控制的。更改这些属性值可修改与程序集
// 关联的信息。
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyDescription("")]
abstract.txt
ASAMPLE is an assembly program that writes text to the
serial port of the 8052. The ASAMPLE runs on the
simulator.
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