搜索资源列表
tcpipC
- 8051 Web Server project See Makefile for build notes Written for Keil C51 V5.1 compiler, notes: It uses big endian order, which is the same as the network byte order, unlike x86 systems. Use OPTIMIZE(2)or higher so that automatic variables
Little_Big_endian
- 比较详细的介绍了大小端问题。嵌入式系统开发者应该对Little-endian和Big-endian模式非常了解。-Described in more detail the question of the size of client. Embedded systems developers should be Little-endian and Big-endian mode very well.
modbus
- 是modbus的C写的源代码,可移植到任意的芯片.该代码用在freescale 芯片.用的是大端模式.如果到小端模式的芯片需要稍微修改一下.-Is the modbus source code written in C, portable to any chips. The code used in the freescale chips. Using a big endian mode. If the little-endian mode of the chip need to be slig
Big_Endian_Little_Endian
- Big Endian to Little Endian
PipelineCPU
- 用Verilog HDL语言或VHDL语言来编写,实现多周期CPU设计。能够完成以下二十二条指令。(均不考虑虚拟地址和Cache,并且默认为大端方式): add rd, rs, rt addu rd, rs, rt addi rt, rs, imm addiu rt, rs, imm sub rd, rs, rt subu rd, rs, rt nor rd, rs, rt xori rt, rs, imm clo clz slt rd, rs, rt
uCOS-II-2.52
- 51大端编译源自诏贝贝电子书的ucos2.52,精简代码、缩减RAM,使其能在RAM:512,code:8k的stc单片机中运行;压缩包中还包含proteus仿真文件,方便仿真学习-51 big endian compiled from the Chao Babe eBook ucos2.52, to streamline the code, reduce the RAM, so that it can run in the RAM: 512, code: 8k stc SCM compres
ss3ppc-big.tar
- Simplescalar的PowerPc模拟器,模拟PowerPc大端体系结构行为-The Simplescalar the PowerPc simulator, analog PowerPc big endian architecture behavior
BigEndianOrLittleEndian
- 该代码用于判断一个处理器是大端模式还是小端模式-The codes are used to distinguish if a CPU is a big-endian mode or little-endian mode.
wishbone
- Wishbone规范具有如下特点:简单、紧凑,需要很少的逻辑门 完整的普通数据据传输总线协议,包括单个读写、快传输、读一修改一写周期、事件周期 数据总线宽度可以是8-64位 支持大端(big-endian)和小端(litle-endian),接口自动完成两者之间的转换。支持存储器映射、FIFO存储器、交叉互联 握手协议,允许速率控制 可以达到每个时钟周期进行一次数据传输 支持普通周期结束、重试结束、错误结束等总线周期形式 支持用户自定义的标志:采用MASTER/SLAVE体系结构 支持多点进程(
mp3_dspic_c30_1_0_1042
- Mp3 playerMP3 decoder library project for Microchip DSC dsPIC is based on well known fixed-point MP3 decoder MAD. Generally speaking this project based on another MAD port for TI TMS320C55xx that you can find in net (author: Grigory Abuladze). I
