代码搜索:opcode

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

代码结果 2,963
www.eeworm.com/read/297990/7981994

dls lib.dls

DLSL 1 ACC_ALU.VHDLVIEW U0007755.DLS ACC_ALU-A.SYNTHESISVIEW U5040709.DLS ACC_ALU-A.VHDLVIEW U5759189.DLS ACC_ALU-ACC.SYNTHESISVIEW U7841412.DLS ACC_ALU-ACC.VHDLVIEW U8696371.DLS BL.VHDLVIEW U3
www.eeworm.com/read/244115/12886474

lst 93lc46b.lst

C51 COMPILER V7.20 93LC46B 11/06/2006 20:13:29 PAGE 1 C51 COMPILER V7.20, COMPILATION OF MODULE 93LC46B OBJECT MODULE PLACED IN
www.eeworm.com/read/244115/12886520

c 93lc66b.c

#include "indash.h" #define _ROM ((char *) 0x020000) void EEPROM_Init() { EEPROM_CS = 0; EEPROM_CLK = 0; EEPROM_DI = 1; EEPROM_DO = 1; if (EEPROM_Receive_20_Bit(OP_
www.eeworm.com/read/244115/12886567

c 93lc46b.c

#include "indash.h" void EEPROM_Init() { EEPROM_CS = 0; EEPROM_CLK= 0; EEPROM_DI = 0; EEPROM_DO = 0; if ((EEPROM_Receive_25_Bit(OP_READ, EE_CHECK_SUM_ADDR) != CHECK_SUM_VALUE)
www.eeworm.com/read/329507/12950678

h eap_gpsk_common.h

/* * EAP server/peer: EAP-GPSK shared routines * Copyright (c) 2006-2007, Jouni Malinen * * This program is free software; you can redistribute it and/or modify * it under the terms of
www.eeworm.com/read/127087/6007791

h types.h

/* * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for an
www.eeworm.com/read/124465/6046920

h config.h

#ifndef TCK_CONFIG__H /* ============================================================================ Project Name : jayaCard TCK Module Name : proto/tck/common/config.h Version : $Id: confi
www.eeworm.com/read/479375/6692962

h eap_gpsk_common.h

/* * EAP server/peer: EAP-GPSK shared routines * Copyright (c) 2006-2007, Jouni Malinen * * This program is free software; you can redistribute it and/or modify * it under the terms of
www.eeworm.com/read/478695/6713159

v management_tb.v

`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////// //// //// //// MODULE NAME: testbech for management module //// ////
www.eeworm.com/read/254071/12165039

vhd package_microassemblycode.vhd

USE WORK.ALL; LIBRARY IEEE; USE IEEE.std_logic_1164.all; PACKAGE package_MicroAssemblyCode IS CONSTANT Size : INTEGER := 8; CONSTANT ASize : INTEGER := 3; SUBTYPE OpCode_Type IS ST