代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/134636/13979296
htm not.htm
80386 Programmer's Reference Manual -- Opcode NOT
up:
Chapter 17 -- 80386 Instr
www.eeworm.com/read/134636/13979308
htm or.htm
80386 Programmer's Reference Manual -- Opcode OR
up:
Chapter 17 -- 80386 Instru
www.eeworm.com/read/134636/13979341
htm in.htm
80386 Programmer's Reference Manual -- Opcode IN
up:
Chapter 17 -- 80386 Instru
www.eeworm.com/read/379134/9206716
c hash.c
/*
** hash.c
** hash manager for lua
** Luiz Henrique de Figueiredo - 17 Aug 90
** Modified by Waldemar Celes Filho
** 12 May 93
*/
#include
#include
#include "opcode.h"
#inclu
www.eeworm.com/read/139744/13136901
cpp psmain.cpp
//SIMDAT+SIMSTEP
//plf open file to get .hex\strfilv\eeprom\-+
//run .hex opcode
//spp:intr;;call;;ret
//1.MainFrm.cpp:
//1)Oncreat:settimer;
//2)OnTimer:KillTimer;dat2simrun;dispval;
//Pee
www.eeworm.com/read/124653/14555335
h scsi.h
#ifndef __SCSI_H__
#define __SCSI_H__
#include "GENLIB.H"
#define MAX_LUN 2 // 2002.08.29 Insert by Nicehong
typedef int SCSI_BOOL;
/* SCSI operation code */
#define SCSI_OPCODE_I
www.eeworm.com/read/487320/1237316
h instr.h
#ifndef _INSTR_H_
#define _INSTR_H_
#include "inttypes.h"
// Instruction decoder functions.
/* I-Type (Immediate) */
#define opcode(instr) bits(instr, 31, 26)
#define rs(instr) bits(instr, 25,