代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/165847/10049773
c fpa11_cpdt.c
/*
NetWinder Floating Point Emulator
(c) Rebel.com, 1998-1999
(c) Philip Blundell, 1998
Direct questions, comments to Scott Bambrough
This program is free
www.eeworm.com/read/164463/10106838
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/355417/10267161
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/279369/10443270
bas microw.bas
'-----------------------------------------------------------------
' MicroWire test file
' please read microwire specs for understanding microwire
'---------------------------
www.eeworm.com/read/352960/10487804
c xan.c
/*
* Wing Commander/Xan Video Decoder
* Copyright (C) 2003 the ffmpeg project
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Gener
www.eeworm.com/read/350518/10733785
c arp.c
/*********************************************************************
*
* ARP Module for Microchip TCP/IP Stack
*
************************************************************
www.eeworm.com/read/350518/10733893
h arp.h
/*********************************************************************
*
* ARP Module Defs for Microchip TCP/IP Stack
*
*******************************************************
www.eeworm.com/read/419658/10846747
v cpu_test.v
`timescale 1ns / 10ps
module cpu_test;
parameter CLKHI = 10;
parameter CLKLO = 10;
parameter NOP = 1;
parameter MOVWF = 2;
parameter CLRW = 3;
parameter CLRF = 4;
parameter SUBWF = 5;
www.eeworm.com/read/418361/10951748
c fpa11_cprt.c
/*
NetWinder Floating Point Emulator
(c) Rebel.COM, 1998,1999
(c) Philip Blundell, 1999
Direct questions, comments to Scott Bambrough
This program is free
www.eeworm.com/read/270376/11040858
c gencpu.c
/*
* UAE - The Un*x Amiga Emulator
*
* MC68000 emulation generator
*
* This is a fairly stupid program that generates a lot of case labels that
* can be #included in a switch statement.
* As