代码搜索:opcode

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

代码结果 2,963
www.eeworm.com/read/110034/6170271

h acinterp.h

/****************************************************************************** * * Name: acinterp.h - Interpreter subcomponent prototypes and defines * $Revision: 116 $ * *****************
www.eeworm.com/read/102935/6229134

h acinterp.h

/****************************************************************************** * * Name: acinterp.h - Interpreter subcomponent prototypes and defines * $Revision: 133 $ * *****************
www.eeworm.com/read/161121/5559341

h acinterp.h

/****************************************************************************** * * Name: acinterp.h - Interpreter subcomponent prototypes and defines * $Revision: 116 $ * *****************
www.eeworm.com/read/221574/4828212

h optable.h

/* Big ass opcode table normal,double, 66 normal, 66 double */ static OpCode OpCodeTable[1024]={ /* 0x00 - 0x07 */ {L_MODRM ,t_ADDb ,S_Eb ,M_EbGb },{L_MODRM ,t_ADDw ,S_Ew ,M_EwGw }, {L_MODRM ,t_ADDb
www.eeworm.com/read/434450/7865928

awk asmgen.awk

# delete the opcode and comment fields of the output # from the ASMGEN disassembler NF < 1 || /^;/ { print next } $1 ~ /^;/ { i = 2; printf ("\t%s\t", $1) while (i
www.eeworm.com/read/131315/5937687

c opcodes.c

/* * Copyright (c) 1994 David I. Bell * Permission is granted to use, distribute, or modify this source, * provided that this copyright notice remains intact. * * Opcode execution module */ #in
www.eeworm.com/read/208858/15234023

asm opcodes.asm

################################################################## # TITLE: Opcode Tester # AUTHOR: Steve Rhoads (rhoadss@yahoo.com) # DATE CREATED: 1/10/02 # FILENAME: opcodes.asm # PROJECT: Plasma C
www.eeworm.com/read/249482/4449409

dat errorass67.dat

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

dat errorass67.dat

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

c t11ops.c

/*** t11: Portable DEC T-11 emulator ****************************************** Copyright (C) Aaron Giles 1998 Actual opcode implementation. Excuse the excessive use of macros, it was