Fresh IDE 是一个内置的 Flat 汇编编译器(FASM)的可视化汇编语言集成开发环境。它完全兼容与FASM可以在编译时FASM的每一个版本。Fresh IDE 的主要目标是使编程,组装快速,高效,高层次的语言,没有牺牲小应用程序的大小和汇编语言的原始动力。它是一个Windows应用程序,但它可非常好的运行在 Wine 环境,可以创建,编译,调试和运行Windows和Linux的应用程序在Windows和Linux主机。
该版本更新了 IDE 和 FreshLib 库,FASM 编译器更新到 1.71 版本,新编译器带来的改进包括:
1. a new "text" macro has been created which creates only one copy of the duplicated strings.
2. Procedure call macros allow directly calling string constants as an arguments, improving readability of the sources.
3. The DLL imports system has been changed to allow custom user imports.
4. All libraries, examples, and templates have been updated accordingly.
5. Several longstanding bugs and misbehaviors have been fixed.
(文/开源中国)