搜索结果
找到约 12 项符合
sdcc 的查询结果
按分类筛选
嵌入式/单片机编程 程序1-1 用组合语言写成的霹雳灯程序 程序1-2 改用C来处理的霹雳灯程序 程序5-1 SDCC操作程序 程序6-1 引擎点火控制器的角度侦测程序范例 程序8-1 T_8252.ASM 程序10-1
程序1-1 用组合语言写成的霹雳灯程序 程序1-2 改用C来处理的霹雳灯程序 程序5-1 SDCC操作程序 程序6-1 引擎点火控制器的角度侦测程序范例 程序8-1 T_8252.ASM 程序10-1 AT89C2051刻录程序彻底公开 程序11-1 AT89CXX刻录程序彻底公开 程序12-1 EPROM刻录程序彻底公开 程序14-1 EEPROM刻录程序彻底公开 ...
编译器/解释器 sdcc的win版本.是small device c compiler的意思.支持8051和z80.是一个遵循GPL的软件,不过他的库函数是LGPL的,允许商业联结,可以用在自己的软件里
sdcc的win版本.是small device c compiler的意思.支持8051和z80.是一个遵循GPL的软件,不过他的库函数是LGPL的,允许商业联结,可以用在自己的软件里
编译器/解释器 sdcc是为51等小型嵌入式cpu设计的c语言编译器支持数种不同类型的cpu
sdcc是为51等小型嵌入式cpu设计的c语言编译器支持数种不同类型的cpu
单片机开发 C code for using 8051 to control philiphs I2C FM tuner (use sdcc compiler)
C code for using 8051 to control philiphs I2C FM tuner
(use sdcc compiler)
单片机开发 只用cy7c68013实现的usbblaster!SDCC编译!
只用cy7c68013实现的usbblaster!SDCC编译!
其他嵌入式/单片机内容 Thermostat Project using DS18B20 and P89V51RD2 Microcontroller. Compiler used is SDCC. Schematic Inc
Thermostat Project using DS18B20 and P89V51RD2 Microcontroller. Compiler used is SDCC. Schematic Included. Main file is "09.C". The code is written for turning the relay on and off at particular temperature thresholds.
其他嵌入式/单片机内容 Program for implementing AES on 8051 based microcontrollers. SDCC is used as the C compiler. Microco
Program for implementing AES on 8051 based microcontrollers. SDCC is used as the C compiler. Microcontroller used is P89V51RD2. There are 2 programs included. One program will accept string via UART and accept key via a 4x4 keypad and display decrypted text on 16x2 LCD. The other program will accept ...
单片机编程 TKStudio下SDCC_8051用户使用手册
从对8051结构和仿真器的介绍、内置51编译器对C语言的扩展、内置51编译器工具链及其库例程、如何使用TKStudio开发51工程、一个应用与实例的讲解详细讲述了如何结合TKStudio集成开发环境使用其中的的工具链SDCC,来进行8051系列单片机的开发。 ...
编译器/解释器 IDE开发环境
IDE开发环境,可以挂载SDCC
The BASIC IDE is a new, RAD (Rapid Application Development) IDE (Integrated Development Environment) for the RapidQ programming language. The IDE currently has rich project options, a form designer (similar to Delphi s), and code editor. The BASIC IDE is being coded in Borl ...
VHDL/FPGA/Verilog This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM,
This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM, and simulate in Modelsim.
SDCC is the compiler.
Example compilation:
cd compile
sdcc --iram-size 0x80 --xram-size 0x800 t8051.c
REM sdcc --iram-size 0x80 t8051.c
packihx t8051.ihx > t8051.hex
...