fineamy 发表于 2007-11-02 13:14

给大家介绍一个8051的汇编器和C编译器

AS31 Assembler & SDCC C Compiler

AS31 is a free 8051 assembler originally written by Ken Stauffer. Versions of AS31 found here include important bug fixes and added features, such as standard intel-hex output format for use with PAULMON2 and EPROM programmers. AS31 is a good tool for building small 8051-based projects that are written in 100% 8051 assembly language.
SDCC is a free C compiler written by Sandeep Dutta, Micheal Hope, Alan Baldwin, John Hartman, Dmitry S. Obukhov, Jans J Boehm, Alan J Demers, Jean Loius-VERN, Daniel Drotos, Kevin Vigor, Johan Knol, Scott Dattalo, Karl Bongers, and others. More details are available at the official SDCC web site. The SDCC available here, with "-pj#" added to the version number, is a modified version that includes some additions to better support the 8051 developement boards available at this site.
http://www.pjrc.com/tech/8051/

另外如果有其它汇编器资源请大家给介绍介绍。

[ 本帖最后由 fineamy 于 2007-11-2 13:15 编辑 ]

prolj 发表于 2008-08-27 00:52

这个很强大,国内有些设计MCU的就是移植一下sdcc,当然根据需要修改前端关键字一类的。
页: [1]
查看完整版本: 给大家介绍一个8051的汇编器和C编译器