logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fasm - fast assembler for the x86 and x86-64 architectures

Author

       Tomasz Grysztar

                                                November  6, 2014                                        FASM(1)

Bugs

       No known bugs.

Description

fasm  is a fast assembler for the x86 and x86-64 architectures.  When executed, it will compile the given
       source file.

Name

       fasm - fast assembler for the x86 and x86-64 architectures

Options

       A summary of options is included below.

       -m<limit>
              Set the limit for the available memory (in kilobytes).

       -p<limit>
              Set the limit for the number of passes.

       -s<file>
              Dump symbolic information for debugging purposes.

Synopsis

fasm [options] <source> [output]

See Also