代码搜索:opcode

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

代码结果 2,963
www.eeworm.com/read/420154/10813337

bas picprocasm.bas

Attribute VB_Name = "Module3" 'Module3: PicProcASM.bas Option Base 1 DefLng A-W DefSng X-Z 'Public Sub ASM_ColorXEffects() 'Public Sub ASM_Magnify() 'Public Sub ASM_IncrementalPalEffects()
www.eeworm.com/read/418779/10910749

txt 1390.txt

Rule: -- Sid: 1390 -- Summary: This event is generated when an attempt is made to execute shellcode on a host in the protected network from a source external to that network. -- Impact: This set o
www.eeworm.com/read/272807/10943640

c project2.c

/* Diming Lu CDA 5155 Computer Architecture * * Pentium Pro * Compiled on a gcc * *CYCLES: cycle time to complete program (cycle when halt is in commit) *FETCHED: # of instruction fetched
www.eeworm.com/read/418361/10951734

c fpopcode.c

/* NetWinder Floating Point Emulator (c) Rebel.COM, 1998,1999 Direct questions, comments to Scott Bambrough This program is free software; you can redistribute
www.eeworm.com/read/418028/10967128

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/271985/10974596

cls export.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/270669/11030705

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/270376/11040862

c cpue.c

#include "sysdeps.h" #include "shared.h" #include "memory.h" #include "custom.h" #include "newcpu.h" #include "cputbl.h" void op_e000(ULONG opcode) { ULONG srcreg = imm8_table[(opcode & 3584) >> 9];
www.eeworm.com/read/270376/11040868

c cpu3.c

#include "sysdeps.h" #include "shared.h" #include "memory.h" #include "custom.h" #include "newcpu.h" #include "cputbl.h" void op_3000(ULONG opcode) { ULONG srcreg = (LONG)(BYTE)((opcode & 7) >> 0);
www.eeworm.com/read/270376/11040873

c cpud.c

#include "sysdeps.h" #include "shared.h" #include "memory.h" #include "custom.h" #include "newcpu.h" #include "cputbl.h" void op_d000(ULONG opcode) { ULONG srcreg = (LONG)(BYTE)((opcode & 7) >> 0);