代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/412483/11198524
cpp stdafx.cpp
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/147504/12549847
c peep386.c
/*
* 68K/386 32-bit C compiler.
*
* copyright (c) 1997, David Lindauer
*
* This compiler is intended for educational use. It may not be used
* for profit without the express written cons
www.eeworm.com/read/134969/13968876
c 硬件spi驱动的at45db041b读写程序.c
//这是主机C8051F005有硬件SPI的AT45DB041B的读写驱动
// SPI Configuration
//SPI0CN = 0x02; // SPI Control Register
//MSTEN = 1; // SPI 以主方式工作
//SPI0CFG = 0xC7; // SPI Configuration Register 第
www.eeworm.com/read/134379/13994287
h coda_psdev.h
#ifndef __CODA_PSDEV_H
#define __CODA_PSDEV_H
#define CODA_PSDEV_MAJOR 67
#define MAX_CODADEVS 5 /* how many do we allow */
#define CODA_SUPER_MAGIC 0x73757245
struct coda_sb_info
{
struct ven
www.eeworm.com/read/235820/14051101
c decode_sniffer.c
/*
decode_sniffer.c
Network Associates Sniffer.
Copyright (c) 2000 Anonymous
Copyright (c) 2000 Dug Song
$Id: decode_sniffer.c,v 1.3 2000/11/06
www.eeworm.com/read/235248/14080066
cpp dissem.cpp
/* DISSEM.CPP
* Stackcode Dissembler
* UnderC C++ interpreter
* Steve Donovan, 2001
* This is GPL'd software, and the usual disclaimers apply.
* See LICENCE
*/
#include "common.h"
#includ
www.eeworm.com/read/109477/15556610
h coda_psdev.h
#ifndef __CODA_PSDEV_H
#define __CODA_PSDEV_H
#define CODA_PSDEV_MAJOR 67
#define MAX_CODADEVS 5 /* how many do we allow */
#define CODA_SUPER_MAGIC 0x73757245
struct coda_sb_info
{
struct ven
www.eeworm.com/read/109067/15565299
pl risc8_asm.pl
#! /usr/local/bin/perl5
#-------------------------------------------------------------------------------
#
# (C) COPYRIGHT 2000 S.Aravindhan
#
# This program is free software; you can
www.eeworm.com/read/100773/15864508
py dnsopcode.py
# Opcode values in message header (section 4.1.1)
QUERY = 0
IQUERY = 1
STATUS = 2
# Construct reverse mapping dictionary
_names = dir()
opcodemap = {}
for _name in _names:
if _name[0] != '_': opco
www.eeworm.com/read/100126/15883441
c peep386.c
/*
* 68K/386 32-bit C compiler.
*
* copyright (c) 1997, David Lindauer
*
* This compiler is intended for educational use. It may not be used
* for profit without the express written cons