代码搜索:ROMs

找到约 435 项符合「ROMs」的源代码

代码结果 435
www.eeworm.com/read/17492/732702

bat make_fpga64_boot.bat

del /q boot rmdir boot mkdir boot copy roms\c64basic_901226_01.bin boot\8r05a000.bin copy roms\c64kernal_901227_03.bin boot\8r05e000.bin copy roms\c64char_901225_01.bin boot\8r051000.bin copy
www.eeworm.com/read/124989/6034823

makefile

ARCH_FORMAT= elf32-i386 LCONFIG+= -DRELOC=$(RELOCADDR) -DS16SIZE=$(START16_BYTES) -Ui386 BUILD_ROMS= $(ROMS) BUILD_ELFS= $(patsubst %img, %elf, $(IMGS)) BUILD_PXES= $(patsubst %.img, %.pxe, $(IMGS))
www.eeworm.com/read/165687/10054046

c 2g4rx.c

;--------------------------------------------------------- ;A0--------CS ;A1--------SK ;A2--------DI ;A3--------DO ;---------------------------------------------------------- LIST P=6614 ROMS
www.eeworm.com/read/284171/8957826

bat bennoc.bat

@echo Uses bendime.exe to upload the bitfile bennoc.bit which @echo contains the NOC and up- and download ROMS and RAMS @echo Input ROMs and RAMs: set X0Y0ROM= -w 1 0 4096 mips_rom.x0y0.bin 0 set X
www.eeworm.com/read/395929/2431138

bat bennoc.bat

@echo Uses bendime.exe to upload the bitfile bennoc.bit which @echo contains the NOC and up- and download ROMS and RAMS @echo Input ROMs and RAMs: set X0Y0ROM= -w 1 0 4096 mips_rom.x0y0.bin 0 set X
www.eeworm.com/read/427960/8908681

c romaker.c

/* * This program reads in GF(p) elliptic curve details from a .ecs file, and automatically generates * ROMs containing parameters and precomputed data for a targetted processor. * * The
www.eeworm.com/read/494289/6381542

c romaker.c

/* * This program reads in GF(p) elliptic curve details from a .ecs file, and automatically generates * ROMs containing parameters and precomputed data for a targetted processor. * * The
www.eeworm.com/read/132223/14103912

c bootconfig.c

/* bootConfig.c - system configuration module for boot ROMs */ /* Copyright 1984 - 2002 Wind River Systems, Inc. */ /* modification history -------------------- V1.09:-------------------------------
www.eeworm.com/read/8723/151732

cmd hex.cmd

blink.out -a -image -memwidth 8 ROMS { FLASH: org = 0, len = 0x10000,romwidth = 8, files = {blink.hex} }
www.eeworm.com/read/124989/6034913

makefile

ARCH_FORMAT= coff-e1 BUILD_ROMS= $(ROMS) BUILD_COFFS= $(patsubst %img, %coff, $(IMGS)) CC= e1-coff-gcc AS= e1-coff-as LD= e1-coff-ld SIZE= e1-coff-size AR= e1-coff-ar RANLIB= e1-coff-ranlib OBJC