代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/130492/14189714
class opcode.class
www.eeworm.com/read/120960/14781165
h opcode.h
#pragma once
enum{ADD=1,SUB,MUL,DIV,HALT,JMP,STA,LOD,NOP,DB};
struct OpCode{
CString oper;
int indicate;
bool data;
};
struct Instruction
{
CString instruct;
int oper;
int data;
www.eeworm.com/read/120720/14792050
h opcode.h
/*************************************************************
* *
* LATTICE CABLE DEFINTIONS. *
*
www.eeworm.com/read/219322/14888343
c opcode.c
#include "opcode.h"
i_set_t i_transfer[] = {
{ "jmp", JMP },
{ "call", CALL },
{ "jo", JO },
{ "jno", JNO },
{ "jb", JB },
{ "jc", JB },
{ "jnae", JB },
{ "jnb", JNB
www.eeworm.com/read/219322/14888368
h opcode.h
#ifndef OPCODE_H_
#define OPCODE_H_
/*
* opcodes.h
*
* author: Mik
*
* 11/12/2005
*/
#include "i_attribute.h"
/*** control transfer instruct set ***/
i_set_t i_transfer[41
www.eeworm.com/read/211608/15176683
txt opcode.txt
//**************************************************
//** Revision : 0.1
//** File name : opcode.v
//** Module name :
//** Discription : Define the opcode set
//** Simulator : Max+plus
www.eeworm.com/read/12870/253492
htm opcode.htm
www.eeworm.com/read/12870/261076
htm opcode.htm
www.eeworm.com/read/472233/1417065
cpp opcode.cpp
/*
* Copyright (C) 2008 Apple Inc. All rights reserved.
* Copyright (C) 2008 Cameron Zwarich
*
* Redistribution and use in source and binary forms, with or without
* modi
www.eeworm.com/read/472233/1417073
h opcode.h
/*
* Copyright (C) 2008, 2009 Apple Inc. All rights reserved.
* Copyright (C) 2008 Cameron Zwarich
*
* Redistribution and use in source and binary forms, with or without