代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/379134/9206729
c table.c
/*
** table.c
** Module to control static tables
** TeCGraf - PUC-Rio
** 11 May 93
*/
#include
#include
#include "opcode.h"
#include "hash.h"
#include "inout.h"
#include "table
www.eeworm.com/read/355563/10257265
err rcout.err
Warning[205] E:\DEMO BOARD\TPDEMO\START DEMO\RDOUT\..\RCOUT\RCOUT.ASM 9 : Found directive in column 1. (ORG)
Warning[203] E:\DEMO BOARD\TPDEMO\START DEMO\RDOUT\..\RCOUT\RCOUT.ASM 10 : Found opcode in
www.eeworm.com/read/314616/13563610
h parser.h
#ifndef PARSER_H
#define PARSER_H
#define PARSER_DEBUG
#include"scanner.h"
typedef double(*FuncPtr)(double);
struct ExprNode //语法树结点类型
{
enum Token_Type OpCode; //PLUS,MINUS,MUL,DIV,PO
www.eeworm.com/read/108242/6184096
h asm86.h
/* asm86.h - 80X86 assembly intermediate Author: Kees J. Bot
* 27 Jun 1993
*/
typedef enum opcode { /* 80486 opcodes, from the i486 reference manual.
* Synonyms left out, some new words
www.eeworm.com/read/120720/14792042
c hardware.c
#include "opcode.h"
#ifdef VME_WINDOWS
#include
#include
#include
#include
#include "windriver.h"
#endif /* VME_WINDOWS */
#ifdef VME_DEBUG
#in
www.eeworm.com/read/120720/14792045
c slim_pro.c
#include
#include "opcode.h"
#ifdef VME_WINDOWS
#include
#include
#include
#include
#include "windriver.h"
#endif /* VME_WINDOWS */
#
www.eeworm.com/read/219325/14887917
h morse.h
;
; morse.h
;
;
; Macro to convert ascii strings and numbers to encoded morse code data.
; Uses macro recursion.
;
morsedata macro ; opcode,arg1,arg2,...
if isstr(\2)
morse_string \1,\2,0
else
www.eeworm.com/read/18335/784598
vhd alu.vhd
-- ALU
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity alu is
port ( a, b : in std_logic_vector(7 downto 0);
opcode: in std_logic_vector(1 downto 0);
www.eeworm.com/read/18434/788682
vhd alu.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
entity alu is
port (clk : in std_logic;
a,b : in std_logic_vector(7 downto 0);
opcode : in std_logic_ve
www.eeworm.com/read/18434/788742
vhd alu.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
entity alu is
port (clk : in std_logic;
a,b : in std_logic_vector(7 downto 0);
opcode : in std_logic_ve