File: fasm.1

package info (click to toggle)
fasm 1.73.09-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,548 kB
  • sloc: pascal: 4,299; asm: 3,056; makefile: 12
file content (32 lines) | stat: -rw-r--r-- 769 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.\"
.\" (C) Copyright 2014 Tomasz Buchert <tomasz@debian.org>,
.\"
.TH FASM 1 "November  6, 2014"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
fasm \- fast assembler for the x86 and x86-64 architectures
.SH SYNOPSIS
.B fasm
.RI [ options ] " <source>"
.RI [ output ]
.SH DESCRIPTION
.PP
\fBfasm\fP is a fast assembler for the x86 and x86-64 architectures.
When executed, it will compile the given source file.
.SH OPTIONS
A summary of options is included below.
.TP
.B \-m <limit>
Set the limit for the available memory (in kilobytes).
.TP
.B \-p <limit>
Set the limit for the number of passes.
.TP
.B \-s <file>
Dump symbolic information for debugging purposes.
.\".SH SEE ALSO
.\".BR bar (1),
.SH BUGS
No known bugs.
.SH AUTHOR
Tomasz Grysztar