Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
asmosis-converters-asm2asm-0.9-sign-key.asc | 2021-12-21 | 2.3 kB | |
README.md | 2021-12-21 | 737 Bytes | |
asmosis-converters-asm2asm-0.9.tar.gz | 2021-12-21 | 18.2 kB | |
asmosis-converters-asm2asm-0.9.tar.gz.asc | 2021-12-21 | 488 Bytes | |
Totals: 4 Items | 21.7 kB | 0 |
Asmosis - converters between assembly dialects (asm-to-asm)
Project Asmosis provides a set of tools related to assembly language programming.
The tools included in this package are:
- fasm2gas: A script which converts fasm (flat assembler, https://flatassembler.net) code to GAS (GNU as) code,
- fasm2nasm: A script which converts fasm code to NASM (The Netwide Assembler, https://www.nasm.us) code,
- gas2nasm: A script which converts GAS (GNU as) code to NASM code,
- nasm2fasm: A script which converts NASM code to fasm fasm code.
Asmosis homepage: https://asmosis.sourceforge.io/
For a summary of changes, refer to the ChangeLog
file in the package.