代码搜索:opcode

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

代码结果 2,963
www.eeworm.com/read/227532/14421412

err main.err

Warning[205] E:\HTK\MOTOR\MOTOR680\MAIN.ASM 6 : Found directive in column 1. (title) Warning[205] E:\HTK\MOTOR\MOTOR680\MAIN.ASM 9 : Found directive in column 1. (__CONFIG) Warning[205] E:\HTK\MOTOR
www.eeworm.com/read/226000/14504261

c bitmap.c

/* rdesktop: A Remote Desktop Protocol client. Bitmap decompression routines Copyright (C) Matthew Chapman 1999-2005 This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/124628/14556422

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
www.eeworm.com/read/124417/14569000

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
www.eeworm.com/read/223318/14646222

h iscsi.h

/* * Constants and structures defined in the iSCSI RFC. */ #ifndef ISCSI_H_ #define ISCSI_H_ #include #define ISCSI_DRAFT20_VERSION 0x00 /* Reserved value for initiator/target tas
www.eeworm.com/read/120853/14785098

dat errorass67.dat

错误信息: Must have opcode after prefix 中文注释: 使用前缀指令之后,没有正确的操作码说明
www.eeworm.com/read/220617/14795084

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/118063/14889101

asm copro.asm

comment * Purpose: To detect math coprocessor type (8087, 287, 387) and manufacturer (Intel, IIT) Author: Yousuf Khan. Source code based partly on Infoplus source code by And
www.eeworm.com/read/219220/14891320

tbl zilogz80.tbl

/*************************************************************************** zilog_z80.tbl - Z80 assembler definition file ------------------- begin
www.eeworm.com/read/219220/14891323

tbl intelx86.tbl

/*************************************************************************** intel_x86.tbl - x86 assembler definition file ------------------- begin