代码搜索:coff
找到约 9,090 项符合「coff」的源代码
代码结果 9,090
www.eeworm.com/read/291878/8391450
v coff_a.v
module coff_a(
indata,
sel,
outdata
);
parameter Data_Width = 20;
input [Data_Width-1:0] indata;
input sel;
output [Data_Width-1:0] outdata;
reg [Data_Width-1:0] outdata;
reg [Data_Width-2:0]
www.eeworm.com/read/291878/8391468
verilogview coff_a.verilogview
www.eeworm.com/read/290312/8490135
out coff.out
www.eeworm.com/read/431616/8664866
cmd coff.cmd
-STACK 4095
MEMORY
{
PAGE 0: PROG: origin=0x0000 length=0x7fff
PROG: origin=0x9000 length=0x6dff
PAGE 1: DATA0: origin=0x0300 length=0x01ff
DATA1: origin=0x800 length=0xfff
DATA2: ori
www.eeworm.com/read/386806/8725678
h coff.h
/* This file is derrived from the GAS 2.1.4 assembler control file.
The GAS product is under the GNU Public License, version 2 or later.
As such, this file is also uder that license.
If
www.eeworm.com/read/385844/8786601
h coff.h
/* coff.h
* Data structures that describe the MIPS COFF format.
*/
struct filehdr {
unsigned short f_magic; /* magic number */
unsigned short f_nscns; /* number of
www.eeworm.com/read/284556/8918888
h coff.h
/* coff.h
* Data structures that describe the MIPS COFF format.
*/
struct filehdr {
unsigned short f_magic; /* magic number */
unsigned short f_nscns; /* number of
www.eeworm.com/read/383713/8925329
h coff.h
/* This file is derrived from the GAS 2.1.4 assembler control file.
The GAS product is under the GNU Public License, version 2 or later.
As such, this file is also uder that license.
If
www.eeworm.com/read/379711/9181905
h coff.h
/* This file is derrived from the GAS 2.1.4 assembler control file.
The GAS product is under the GNU Public License, version 2 or later.
As such, this file is also uder that license.
If
www.eeworm.com/read/181107/9273858