代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/284427/8931076
txt rfcrfc2756.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/284427/8931311
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/383449/8944839
c hciattach_tialt.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2005-2008 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/383364/8952107
disassembler
+00000000: 940C00FC JMP 0x000000FC Jump
+00000002: FFFF ??? Data or unknown opcode
+00000003: FFFF ??? Data or unknown opcode
www.eeworm.com/read/184772/9077025
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/378479/9229764
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/378183/9243368
dat errorass67.dat
错误信息: Must have opcode after prefix
中文注释: 使用前缀指令之后,没有正确的操作码说明
www.eeworm.com/read/377683/9265478
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/374228/9415404
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/372505/9507547
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