代码搜索:opcode

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

代码结果 2,963
www.eeworm.com/read/355563/10257073

err theat.err

Warning[205] E:\DEMO BOARD\TPDEMO\START DEMO\HEAT\THEAT.ASM 30 : Found directive in column 1. (ORG) Warning[203] E:\DEMO BOARD\TPDEMO\START DEMO\HEAT\THEAT.ASM 31 : Found opcode in column 1. (CALL)
www.eeworm.com/read/355389/10270986

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/279971/10372753

cpp cdaudio.cpp

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic
www.eeworm.com/read/161315/10425372

c obex.c

/* * * Bluetooth packet analyzer - OBEX parser * * Copyright (C) 2004-2005 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/423577/10546752

c tftpd.c

/* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permi
www.eeworm.com/read/160029/10578417

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/159938/10585574

cpp cdaudio.cpp

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic
www.eeworm.com/read/159869/10605853

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/159552/10640266

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/421154/10753156

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