Description
Assembly source files can be converted between NASM-style syntax and GNU assembler syntax.
It is useful for porting low-level examples, build systems, or architecture-specific code between toolchains. Converted assembly should be reviewed carefully because syntax conversion does not guarantee semantic correctness.