代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/222771/14674292
c peep68.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/122462/14688924
c++ event.c++
// Copyright (C) 1999 Silicon Graphics, Inc. All Rights Reserved.
//
// This program is free software; you can redistribute it and/or modify it
// under the terms of version 2 of the GNU General
www.eeworm.com/read/120721/14792029
h debug.h
static struct ispVMOpcode
{
char *text;
int token;
} ispVMOpcodes[] =
{
/*opcode share with ispVM and SVF2VME */
{"ENDDATA", ENDDATA},
{"SIR", SIR},{"SDR", SDR},
{"TDI", TDI},{"TDO", T
www.eeworm.com/read/120718/14792061
h debug.h
static struct ispVMOpcode
{
char *text;
int token;
} ispVMOpcodes[] =
{
/*opcode share with ispVM and SVF2VME */
{"ENDDATA", ENDDATA},
{"SIR", SIR},{"SDR", SDR},
{"TDI", TDI},{"TDO", T
www.eeworm.com/read/120717/14792081
h debug.h
/************************************************************************
* DEBUG.H *
* *
* This file is used for debugging purposes only. The array *
*
www.eeworm.com/read/120715/14792116
h debug.h
/************************************************************************
* DEBUG.H *
* *
* This file is used for debugging purposes only. The array *
*
www.eeworm.com/read/117564/14915606
c peep68.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