代码搜索:opcode

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

代码结果 2,963
www.eeworm.com/read/131315/5938678

h arm.h

/* ARM opcode list. Copyright (C) 1989, Free Software Foundation, Inc. This file is part of GDB and GAS. GDB and GAS are free software; you can redistribute it and/or modify it under the terms of
www.eeworm.com/read/127087/6008743

a-maximum-rrset knowngood.dig.out.a-maximum-rrset

; DiG 8.2 a-maximum-rrset.example. @10.53.0.1 a -p ; (1 server found) ;; res options: init recurs defnam dnsrch ;; got answer: ;; ->>HEADER
www.eeworm.com/read/125133/6032934

opcodes

# Opcode definitions. # Copyright (C) 2001-2002 Darius Bacon # # Syntax of this file: # -- # # range indicates which of phas
www.eeworm.com/read/125133/6033114

opcodes

# Opcode definitions. # Copyright (C) 2001-2002 Darius Bacon # # Syntax of this file: # -- # # range indicates which of phas
www.eeworm.com/read/124347/6052789

h arc.h

/* Opcode table for the ARC. Copyright 1994, 1995, 1997, 2001 Free Software Foundation, Inc. Contributed by Doug Evans (dje@cygnus.com). This file is part of GAS, the GNU Assembler, GDB, the
www.eeworm.com/read/493553/6395409

asm cradle.asm

; ASM code generated by mikroVirtualMachine for PIC - V. 5.0.0.3 ; Date/Time: 10/8/2007 4:19:05 AM ; Info: http://www.mikroelektronika.co.yu ; ADDRESS OPCODE ASM ; -------------------------
www.eeworm.com/read/493553/6395420

asm rx.asm

; ASM code generated by mikroVirtualMachine for PIC - V. 5.0.0.3 ; Date/Time: 10/6/2007 5:55:59 AM ; Info: http://www.mikroelektronika.co.yu ; ADDRESS OPCODE ASM ; -------------------------
www.eeworm.com/read/156415/11804974

h parser.h

#include "scanner.h" typedef double(*FuncPtr)(double); struct ExprNode { enum Token_Type OpCode; //PLUS,MINUS,MUL,DIV union { struct{ExprNode *Left,*Right;}CaseOperator; struct{E
www.eeworm.com/read/456693/1604618

c frameobject.c

/* Portions Copyright (c) 2005 Nokia Corporation */ /* Frame object implementation */ #include "Python.h" #include "compile.h" #include "frameobject.h" #include "opcode.h" #include "struct