代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/161238/10433439
h z80a.h
/*
HEADER: ;
TITLE: Z80 Cross-Assembler (Portable);
FILENAME: Z80A.H;
VERSION: 0.0;
DATE: 10/11/1988;
DESCRIPTION: "This program lets you use your computer to assemble
code for th
www.eeworm.com/read/433445/7035964
c d51.c
/*
CMON51: C Monitor for the 8051
Copyright (C) 2005, 2006 Jesus Calvino-Fraga / jesusc at ece.ubc.ca
This program is free software; you can redistribute it and/or modify
it under the terms of
www.eeworm.com/read/207022/7153681
java mycalc.java
/**
* The MyCalc class implements a simple Calculator application.
* MyCalc uses an operator code to keep track of the operation being
* performed
* - 0 = multiplication
* - 1 = division
www.eeworm.com/read/325964/13172773
h z80a.h
/*
HEADER: ;
TITLE: Z80 Cross-Assembler (Portable);
FILENAME: Z80A.H;
VERSION: 0.0;
DATE: 10/11/1988;
DESCRIPTION: "This program lets you use your computer to assemble
code for th
www.eeworm.com/read/310459/13650653
v alu3.v
module alu3(out,data1,data2,opcode,clk);
output[7:0] out;
input[7:0] data1,data2;
input[2:0] opcode;
input clk;
reg[7:0] out;
parameter ADD = 3'd1,
SUB = 3'd2,
AND = 3'd3,
OR =
www.eeworm.com/read/139557/5798264
c shunwind.c
/*++
Copyright (c) 1997-2000 Microsoft Corporation. All rights reserved.
Module Name:
shunwind.c
Abstract:
This module implements the unwinding of procedure call frames for
exceptio
www.eeworm.com/read/137691/5820604
java perl5compiler.java
package org.apache.oro.text.regex;
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000 The Apache Software Fou
www.eeworm.com/read/137691/5820610
java perl5matcher.java
package org.apache.oro.text.regex;
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000 The Apache Software Fou
www.eeworm.com/read/131315/5931650
c sun.c
/*
* Copyright (c) 1983 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted pr
www.eeworm.com/read/131315/5931849
c iris.c
/*
* Copyright (c) 1983 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted pr