Asmosis
A set of tools related to assembly language programming.
Project Asmosis provides a set of tools related to assembly language programming.
The tools include:
- the Asm::X86 Perl module,
- AsmDoc - an HTML documentation generator for assembly language,
- Asm4Doxy - Assembly converter for Doxygen (http://www.doxygen.org/),
- converters between various assembly language dialects: NASM (The Netwide Assembler, https://www.nasm.us), fasm (flat assembler, https://flatassembler.net) and GNU as,
- converters from C/C++ header files to assembly...