| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| asmosis-extras-4.5.tar.gz | 2022-06-09 | 20.2 kB | |
| asmosis-extras-4.5.tar.gz.asc | 2022-06-09 | 488 Bytes | |
| asmosis-extras-4.5-sign-key.asc | 2022-06-09 | 3.2 kB | |
| README.md | 2022-06-09 | 1.1 kB | |
| Totals: 4 Items | 25.0 kB | 0 | |
Asmosis - additional tools
Project Asmosis provides a set of tools related to assembly language programming.
The tools included in this package are:
- extract-instr-fasm - A script which extracts the instruction list from the fasm (flat assembler, https://flatassembler.net) assembler source code,
- extract-instr-nasm - A script which extracts the instruction list from the NASM (The Netwide Assembler, https://www.nasm.us) assembler source code,
- make4fasm - A script which generates a Makefile for the files in fasm syntax present in a directory,
- symvers-fasm - A script which adds the
__versionssection to a Linux 2.6-kernel module in fasm syntax, - symvers-nasm - A script which adds the
__versionssection to a Linux 2.6-kernel module in NASM syntax, - util-macros.fasm - A set of utility macros for fasm,
- util-macros.nasm - A set of utility macros for NASM.
Asmosis homepage: https://asmosis.sourceforge.io/
For a summary of changes, refer to the ChangeLog file in the package.