代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/430220/1935640
h opcode.h
#ifndef __Opcodes_H__
#define __Opcodes_H__
// This enumeration defines the set of opcodes that the interpreter
// understands. The code generator needs to use this enumeration to generate
//
www.eeworm.com/read/427686/1968187
h opcode.h
#ifndef __Opcode_H__
#define __Opcode_H__
// This enumeration defines the set of opcodes that the interpreter
// understands. The code generator needs to use this enumeration to generate
// t
www.eeworm.com/read/427686/1968200
h opcode.h
#ifndef __Opcodes_H__
#define __Opcodes_H__
// This enumeration defines the set of opcodes that the interpreter
// understands. The code generator needs to use this enumeration to generate
//
www.eeworm.com/read/427686/1968208
h opcode.h
#ifndef __Opcodes_H__
#define __Opcodes_H__
// This enumeration defines the set of opcodes that the interpreter
// understands. The code generator needs to use this enumeration to generate
//
www.eeworm.com/read/395929/2429784
d opcode.d
#as: -J
#objdump: -dw
#name: i386 opcode
.*: +file format .*
Disassembly of section .text:
0+000 :
0: 00 90 90 90 90 90 [ ]*add %dl,0x90909090\(%eax\)
6: 01 90 90 90 90 90 [ ]*add
www.eeworm.com/read/395929/2429817
s opcode.s
.text
foo:
add %dl,0x90909090(%eax)
add %edx,0x90909090(%eax)
add 0x90909090(%eax),%dl
add 0x90909090(%eax),%edx
add $0x90,%al
add $0x90909090,%eax
push %es
pop %es
or
www.eeworm.com/read/363989/2909164
java opcode.java
/**
* Projet de langage JAVA IFITEP 3 2005 - Simulateur 8051
*
* Classe abstraite dont toutes les instructions h閞itent.
*
* @author Matthieu SIMON
* @version 1.0 du 14/06/05
*/
public a
www.eeworm.com/read/363278/2922273
java opcode.java
/*
* $Id: OpCode.java,v 1.11 2003/11/07 20:16:25 dfs Exp $
*
* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2
www.eeworm.com/read/358128/3000417
pm opcode.pm
package Opcode;
use 5.006_001;
use strict;
our($VERSION, @ISA, @EXPORT_OK);
$VERSION = "1.11";
use Carp;
use Exporter ();
use XSLoader ();
BEGIN {
@ISA = qw(Exporter);
@EXPORT_OK = qw(
www.eeworm.com/read/358128/3000532
h opcode.h
/* -*- buffer-read-only: t -*-
*
* opcode.h
*
* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
* 2001, 2002, 2003, 2004, 2005, 2006, 2007 by Larry Wall and others
*
*