代码搜索:opcode

找到约 2,963 项符合「opcode」的源代码

代码结果 2,963
www.eeworm.com/read/143516/12869316

c nr4hdr.c

/* Net/rom transport layer header conversion routines. */ #include "global.h" #include "mbuf.h" #include "nr4.h" /* Convert a net/rom transport header to host format structure. * Return -1 i
www.eeworm.com/read/244371/12870184

disassembler

+00000000: 940C00FC JMP 0x000000FC Jump +00000002: FFFF ??? Data or unknown opcode +00000003: FFFF ??? Data or unknown opcode
www.eeworm.com/read/143387/12879490

awk opcodedoc.awk

# # Extract opcode documentation for sqliteVdbe.c and generate HTML # BEGIN { print "" print "SQLite Virtual Database Engine Opcodes" print "" } / Opcod
www.eeworm.com/read/328202/13042498

java tftp.java

import java.net.*; import java.io.*; import java.util.*; public class tftp { static File f=null; static int debug=2; static int flag;//Print flag //下载上传目录: static String path="d://jav
www.eeworm.com/read/140161/13103670

c icom.c

/* Copyright 1994-2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by t
www.eeworm.com/read/140161/13103869

c ipeep.c

/* Copyright 1994-2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by t
www.eeworm.com/read/326428/13142819

v alu.v

`define add 3'd0 `define minus 3'd1 `define band 3'd2 `define bor 3'd3 `define bnot 3'd4 module alu(out,opcode,a,b); output[7:0] out; reg[7:0] out; input[2:0] opcode; input[7:0] a,b; alway
www.eeworm.com/read/326116/13165231

v alu.v

`define add 3'd0 `define minus 3'd1 `define band 3'd2 `define bor 3'd3 `define bnot 3'd4 module alu(out,opcode,a,b); output[7:0] out; reg[7:0] out; input[2:0] opcode; input[7:0] a,b; alway
www.eeworm.com/read/325811/13183419

h fw.h

/* ********************************************************************************************************* * File : Fw.H * Contents : * * $Date : 09/18/06 Kimi v0.1 * $Date : 1
www.eeworm.com/read/240743/13200810

v alu(use always).v

//****************** // //copyright 2007, DTK //all right reserved // //project name: : test5 //filename : file_always_block //author : wangyang //data : 2007/8/2 //version : 1.0 //