代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/257336/11933518
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/256505/11994504
txt rfc2756.txt
组织:中国互动出版网(http://www.china-pub.com/)
RF文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:陈贵敏(efoxxx efoxxx@263.net)
译文发布时间:2001-10-20
版权:本中文翻译文档版权
www.eeworm.com/read/256461/11998843
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/342096/12041578
v controltest.v
module controltest;
reg clk,rst,zero;
reg [5:0] opcode;
wire writepc,selldst,writemem,writeir,selload,selst,writereg,selalua,writezero;
wire [1:0] selalub,aluop;
control con(clk,rst,zero,opco
www.eeworm.com/read/342096/12041609
v control.v
module control(clk,start,zero,opcode,writepc,selldst,writemem,writeir,selload,selst,writereg,selalua,selalub,aluop,writezero);
input clk,start,zero;
input [5:0] opcode;
output writepc,selldst,w
www.eeworm.com/read/255510/12077862
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/152785/12085078
c chip8.c
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* S
www.eeworm.com/read/339051/12265448
c nr4hdr.c
/* Net/rom transport layer header conversion routines.
* Copyright 1989 by Daniel M. Frank, W9NK. Permission granted for
* non-commercial distribution only.
*/
#include "global.h"
#include "m
www.eeworm.com/read/251646/12327748
c _tftp.c
/*
* Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or w