代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/102734/15760093
c iset.c
#include "iset.h"
#define OPDEF(code, name, msb, lsb) name,
const char* opList[] =
{
#include "OPCODE.h"
};
#undef OPDEF
#define OPDEF(code, name, msb, lsb) #code,
const char* asmop[]
www.eeworm.com/read/292372/8360087
c avr_disasm.c
/*
* vAVRdisasm - AVR program disassembler.
* Version 1.0 - January 2007.
* Written by Vanya A. Sergeev -
*
* Copyright (C) 2007 Vanya A. Sergeev
* This program is free soft
www.eeworm.com/read/387915/8646932
h masks8260.h
/*------------------------------------------------------------------------*
* FILE: MASK8260.H
*
www.eeworm.com/read/431167/8707415
c dsmthdat.c
/*******************************************************************************
*
* Module Name: dsmthdat - control method arguments and local variables
* $Revision: 1.94 $
*
******
www.eeworm.com/read/371517/9550689
hxl test_9.60.hxl
### HEXMate logfile and output summary ###
### Memory Usage ###
Unused memory ranges:
B0h - 87Fh
test_9.60.hex ranges:
0h - AFh
880h - FFFh
### Hex Memory Map ###
Legend:
-
www.eeworm.com/read/169988/9826161
cpp pointbuilder.cpp
/**********************************************************************
* $Id: PointBuilder.cpp,v 1.13.2.2 2005/06/28 01:07:11 strk Exp $
*
* GEOS - Geometry Engine Open Source
* http://geos.refra
www.eeworm.com/read/165847/10049764
c fpa11_cpdo.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/143323/10246322
c i386-asm.c
/*
* i386 specific functions for TCC assembler
*
* Copyright (c) 2001, 2002 Fabrice Bellard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of th
www.eeworm.com/read/418361/10951736
c fpa11_cpdo.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/469590/6931809
c tftp.c
/* TFTP Client code */
#include /* standard C i/o facilities */
#include /* needed for atoi() */
#include /* defines STDIN_FILENO, system calls,etc */
#inclu