代码搜索:opcode

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

代码结果 2,963
www.eeworm.com/read/362255/10009093

h disasm.h

/* 8888888b. 888 888 d8b 888 Y88b 888 888 Y8P 888 888 888 888
www.eeworm.com/read/362255/10009119

cpp disasm.cpp

#include "Disasm.h" #define BYTES_TO_DECODE 16 const char *Regs[3][9] = { {"al", "cl", "dl", "bl", "ah", "ch", "dh", "bh"}, {"ax", "cx", "dx", "bx", "sp", "bp", "si", "di"}, {"ea
www.eeworm.com/read/165847/10049763

c fpopcode.c

/* NetWinder Floating Point Emulator (c) Rebel.COM, 1998,1999 Direct questions, comments to Scott Bambrough This program is free software; you can redistribute
www.eeworm.com/read/164708/10092404

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/359567/10137366

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/358389/10189989

v topsim.v

module simTOP; reg clk, reset; reg [31:0] instruction; wire idle; MIPSdatapath uu (idle, clk, reset, instruction); initial begin clk = 1'b0; reset = 1'b0; # 100 reset = 1'b1; //
www.eeworm.com/read/358389/10189993

v controlsim.v

module SIMC; wire PCWriteCond, PCWrite, IorD, MemRead, MemWrite, MemtoReg, IRWrite, CauseWrite, IntCause, EPCwrite, ALUSrcA, RegWrite, RegDst; // PCWriteCond, PCWrite, IorD, MemRead, MemWrite, MemtoR
www.eeworm.com/read/358389/10189998

v instruction.v

module instruction(opcode, rs, rt, rd, shamt, funct, immed, jumpoffset, clk, instr, IRWrite); output [5:0] opcode, funct; output [4:0] rs, rt, rd, shamt; output [15:0] immed; output [25:0] jumpof
www.eeworm.com/read/358389/10190000

v instructiontest.v

module SimI; reg clk, IRWrite; reg [31:0] instr; wire [5:0] opcode, funct; wire [4:0] rs, rt, rd, shamt; wire [15:0] immed; wire [25:0] jumpoffset; instruction ST (opcode, rs, rt, rd, shamt, funct,
www.eeworm.com/read/355563/10257022

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)