Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
asmosis-extras-4.0-sign-key.asc | 2021-12-21 | 2.3 kB | |
README.md | 2021-12-21 | 968 Bytes | |
asmosis-extras-4.0.tar.gz.asc | 2021-12-21 | 488 Bytes | |
asmosis-extras-4.0.tar.gz | 2021-12-21 | 12.4 kB | |
Totals: 4 Items | 16.2 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
__versions
section to a Linux 2.6-kernel module in fasm syntax, - symvers-nasm - A script which adds the
__versions
section to a Linux 2.6-kernel module in NASM syntax.
Asmosis homepage: https://asmosis.sourceforge.io/
For a summary of changes, refer to the ChangeLog
file in the package.