x86 >> Release of RosAsm V.2.008b

by Betov » Sun, 09 Jan 2005 02:06:34 GMT


RosAsm V.2.008b is released:

< http://rosasm.org/ >

All-in-One Assembly PE producer, (GPLed, Auto-Compilable) with
complete integration of all components:

- RAD/IDE
- Assembler
- Disassembler
- Source Level Debugger
- Resources Editors
- Sources Editor
- Wizard
- and many other Dev. Tools.

________________

New in V.2.008a:
________________

* Several Bugs Fixes.

* First version of the Lib Scanner.

* Implementations of the SSE3 Instructions in the Assembler and in
the Disassembler.

* Major release version of the Debugger, with implementation of the
Functionalities for debugging the DLLs. (Dynamic Break-Points made
available inside the DLLs).

* Implementation of the "Un-used Symbols" Dialog and Search functions,
from the Statistics, after a Compilation.

____________
Description:
____________

* Click&Go Installation.
* Complete x86 32 Bits Instructions Set (up to SSE3).
* True Assembler.
* True Local Labels, plus Local Symbols.
* Simplified Intel Syntax (basicaly, simplified NASM-like Syntax).
* Integrations of the OS Equates, Structures, Api.
* No include, no Proto, no nothing.
* Multi-Lines Instructions and Multi-Instructions Lines.
* Errors pointed in the Source, both at [Compile] and at [Run] time.
* Accurate specific Errors Messages.
* Simplified Sources managements.
* All Components are saved inside the PEs, including the Sources.
* Blazing fast Compilations: 2.7 Mo Source > 1.75 Second/Celeron 1.3.
* TreeView of Source Code Labels.
* Bookmarks and instant BookMarks.
* Evoluated Structures Manager.
* Modules management by TITLE.
* Alternate and HLL-Like implementations through Pre-Parsers.
* Wizards Mechanism, with an example of 'Forms Wizard'.
* Progressive BackUps under user control.
* Instant Sources searches by Right-Click features.
* Code Completions.
* Powerfull and simple Macros System.
* Macros unfolding.
* Evoluated Snippets manager ([Clip] feature)
* Reuse of Modules through the TITLEs feature.
* "IncInclude" Pre-Parser for shared Modules, with integrated management.
* Step by step Debugging.
* Debugger Memory Inspector.
* Virtual Break-Points, that can be set/removed at Write and/or Run-Time.
* Two-Clicks-Disassembler-Reassembler, actually effective on most Demos.
* Dialog Editor with Styles Help and Styles accuracy control,
* Dialogs for both Resources and Memory Templates.
* 2 Megas of Documentations: RosAsm Manual, 32 Bits Assembly Tutorials.
* Interactive Visual Tutorials.


Betov.

< http://rosasm.org/ >





Similar Threads

1. Release of RosAsmV.2.008b

2. RosAsm vs MASM vs PB "If" blocks...

hi everyone:

i have been fooling with RosAsm; the syntax and speed are excellent. i 
edited RosAsm's source to fix some problems. the source looks like HLL due 
to the "If" and "End_If" block macros. i determined that 28% of the EXE's 
raw opcodes are cmp or jxx related... the source revealed that 78% of these 
are "If" macros while 22% are "cmp" opcodes. i know Rene is against both 
MASM and HLA; however, is it really that bad for MASM to not use macros for 
the "If" blocks? Beth, Rene, and others were right: MASM is part compiler. 
i plan on testing MASM versus RosAsm versus PowerBASIC with regard to "If" 
block code.

regards,
phil

Note: some of the percentages above may be off (still testing).

3. Release of RosAsm V.2.025a

4. Release of RosAsm V.2.011b

5. RosAsm V.1.28a released

6. Release of RosAsm V.2.006a

7. New official release of RosAsm

8. RosAsm V.2.15a is released