RosAsm
From Wikipedia, the free encyclopedia
RosAsm is a 32-bit Win32 x86 assembler released under the GNU General Public License. The name stands for ReactOS ASseMbler, although the RosAsm and ReactOS projects are independent. RosAsm is an IDE with full integration of assembler, internal linker, resource editor, debugger and disassembler. The syntax is inspired by NASM's. RosAsm packages the source code from which an executable was compiled directly within the portable executable files. Because RosAsm produces PE files directly, a separate linking step is not required. This means, though, that it does not allow linking to external object modules other than DLLs, and it does not support the ability to produce object modules that can be linked with other programs.
[edit] See also
[edit] External links
- RosAsm, the Bottom-Up Assembler for ReactOS Home site of the RosAsm Assembler/IDE
- RosAsm Forum