代码搜索结果
找到约 10,000 项符合
Assembly 的代码
assembly.lis
.text
0037 SPMCR = 0x37
0000
0000 ; void write_page (unsigned int adr, unsigned char function);
0000
assembly._s
.text
SPMCR = 0x37
; void write_page (unsigned int adr, unsigned char function);
_write_page::
in r20,SPMCR
sbrc r20,0
rjmp _write_page
MOV R31,R17
MOV R30
assembly.s
.text
SPMCR = 0x37
; void write_page (unsigned int adr, unsigned char function);
_write_page::
in r20,SPMCR
sbrc r20,0
rjmp _write_page
MOV R31,R17
MOV R30
assembly.o
XL
H 1 areas 4 global symbols
M assembly.s
A text size 56 flags 0
dbfile C:\mega8\boot\assembly.s
dbfunc 0 ? 0 I
dbline 7 0
dbline 8 2
dbline 9 4
dbline A 6
dbline B 8
dbline C A
dbline D
assembly.h
/* ***** BEGIN LICENSE BLOCK *****
* Version: RCSL 1.0/RPSL 1.0
*
* Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved.
*
* The contents of this file, and the
assembly.ashx
using System;
using System.Web;
using System.IO;
using System.Reflection;
public class DownloadHandler : IHttpHandler
{
public
assembly.nas
%include "Tools.inc"
segment_code
;
; void Adapt ( short* pM, const short* pAdapt, int nDirection, int nOrder )
;
; [esp+16] nOrder
; [esp+12] nDirection
; [esp+ 8] pAdapt
; [esp+
assembly.h
#ifndef APE_ASSEMBLY_H
#define APE_ASSEMBLY_H
extern "C"
{
void Adapt(short * pM, const short * pAdapt, int nDirection, int nOrder);
int CalculateDotProduct(const short * pA, const sho
assembly.cs
// Assembly.cs
// Copyright (C) 2003 Mike Krueger
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as
assembly.h
#ifndef STAIRWAYTOHEAVENASSEMBLY_H
#define STAIRWAYTOHEAVENASSEMBLY_H
#include
#include "product.h"
class Assembly : public virtual Product
{
public:
Assembly(const string& name, const s