代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/114278/15062073
h tcctok.h
/* keywords */
DEF(TOK_INT, "int")
DEF(TOK_VOID, "void")
DEF(TOK_CHAR, "char")
DEF(TOK_IF, "if")
DEF(TOK_ELSE, "else")
DEF(TOK_WHILE, "while")
DEF(TOK_BREAK, "break"
www.eeworm.com/read/162170/5548565
h dfvm.h
/*
* $Id: dfvm.h,v 1.4 2002/01/21 07:37:37 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs
* Copyright 2001 Gerald Combs
*
* This program is free soft
www.eeworm.com/read/370576/9595155
v statectrl.v
module cpu_sctrl(load_acc,mem_r,mem_w,inc_pc,load_pc,load_ir,halt,opcode,fetch,zero,clk,clk2,reset);
output load_acc,mem_r,mem_w,inc_pc,load_pc,load_ir,halt;
reg load_acc,mem_r,mem_w,inc_pc,l
www.eeworm.com/read/369908/9629889
txt spi_at45db041b.txt
/**********************************************************************************
Device : EP2C8F144C8
File name : spi.c
Ver nr. : 1.0
Description : spi
www.eeworm.com/read/173105/9673777
h tcctok.h
/* keywords */
DEF(TOK_INT, "int")
DEF(TOK_VOID, "void")
DEF(TOK_CHAR, "char")
DEF(TOK_IF, "if")
DEF(TOK_ELSE, "else")
DEF(TOK_WHILE, "while")
DEF(TOK_BREAK, "break"
www.eeworm.com/read/133575/14035705
v cpu_sctrl.v
module cpu_sctrl(load_acc,mem_r,mem_w,inc_pc,load_pc,load_ir,
halt,opcode,fetch,zero,clk,clk2,reset);
output load_acc,mem_r,mem_w,inc_pc,load_pc,load_ir,halt;
reg load_acc,mem
www.eeworm.com/read/201372/15409448
h compiler1.h
#if !defined(AFX_COMPILER_H__9E236A77_B434_4D97_AF7E_38B4F107BF3A__INCLUDED_)
#define AFX_COMPILER_H__9E236A77_B434_4D97_AF7E_38B4F107BF3A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _
www.eeworm.com/read/104466/15691553
c interplayvideo.c
/*
* Interplay MVE 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 General Pu
www.eeworm.com/read/101595/15824245
h tcctok.h
/* keywords */
DEF(TOK_INT, "int")
DEF(TOK_VOID, "void")
DEF(TOK_CHAR, "char")
DEF(TOK_IF, "if")
DEF(TOK_ELSE, "else")
DEF(TOK_WHILE, "while")
DEF(TOK_BREAK, "break"
www.eeworm.com/read/100402/15874644
inc iopcodes.inc
;
; GRDB
;
; Copyright(c) LADsoft
;
; David Lindauer, gclind01@starbase.spd.louisville.edu
;
OP_CODEONLY =0
OP_WREG02 =1
OP_ACCREG02 =2
OP_SEG35 =3
OP_REGRMREG =4
OP_RM =5
OP_RMSHIFT =6