简单而小型的单通道 C 编译器 SmallerC

码农软件 · 软件分类 · 编译器 · 2019-12-07 21:28:30

软件介绍

SmallerC 是一个简单而小型的单程 C 编译器,目前支持 C89/ANSI C 和 C99 之间的大部分 C 语言(去掉了一些 C89 功能,加上一些 C99 功能)

目前,它为 NASM 生成 16 位和 32 位 80386+ 汇编代码,然后可以将其组装并链接到 DOS,Windows 和 Linux 程序中。

还支持 MIPS CPU 的代码生成,支持 TR3200 CPU 和 VASM 的代码生成,编译器能够自编译。

核心编译器附带预处理器(ucpp),链接器和编译器,驱动程序(驱动程序调用预处理器,核心编译器,汇编器,链接器和支持与gcc类似的选项)。标准的C语言库正在进行中,即将完成。

有关更多最新的详细信息,请参阅wiki:http://github.com/alexfru/SmallerC/wiki

本文地址:https://codercto.com/soft/d/20658.html

Algorithm Design

Algorithm Design

Jon Kleinberg、Éva Tardos / Addison-Wesley / 2005-3-26 / USD 144.20

Algorithm Design introduces algorithms by looking at the real-world problems that motivate them. The book teaches students a range of design and analysis techniques for problems that arise in compu......一起来看看 《Algorithm Design》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

随机密码生成器
随机密码生成器

多种字符组合密码

SHA 加密
SHA 加密

SHA 加密工具