代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/180046/7072488
c read_int.c
#include
#include
int isop(int ch)
{
int ret = 0;
switch(ch){
case '(':
case '+':
case '-':
case '*':
case '/':
case ')':
ret = 1;break;
default
www.eeworm.com/read/400482/7103318
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/464533/7156664
hxl lesson1.hxl
### HEXMate logfile and output summary ###
### Memory Usage ###
Unused memory ranges:
54h - FC9h
lesson1.hex ranges:
0h - 53h
FCAh - FFFh
### Hex Memory Map ###
Legend:
- =
www.eeworm.com/read/463377/7182716
cls clsasm.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/456603/7343835
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/455141/7377321
cls clsasm.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/455141/7377335
cls clsasm.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/452252/7443997
c decode.c
/* this is really the most horrible I've ever seen. */
#include
#include
#include "decode.h"
#include "mp/arithmetic.h"
#include "mp/move.h"
#include "mp/pushpop.h"
#include "mp/i
www.eeworm.com/read/449996/7492097
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/449818/7496123
hpl br9016.hpl
; Orange programmer module v3.0
; (c) 2001 Victor Makcimov, Alex Plusov
; CHIP=BR9016 (1Kx16) Rohm
; tested - ok
SOCKET=2
PINO=CS,2 ;1
PINO=CLK,0 ;2
PINO=DI,1 ;3