.\" Manpage for ulas.
.\" Contact lukas@krickl.dev to correct errors or typos.
-.TH man 1 "21 August 2023" "0.0.1" "ulas manual"
+.TH man 1 "29 October 2024" "0.0.1" "ulas manual"
.SH NAME
ulas
.SH SYNOPSIS
- ulas [-hvV]
+ ulas [-hvVpdA] [-o=path] [-i=path] [-l=path] [-a=initial-address] [-S=ulas|mlb] [input]
.SH DESCRIPTION
ulas
- -h
+ -h
display this help and exit
- -v
+
+ -V
display version info and exit
- -v, --verbose
+
+ -v
verbose output
+
+ -p
+ Stop after preprocessor
+
+ -o=path
+ Output file
+
+ -l=path
+ Listing file
+
+ -s=path
+ Symbols file
+
+ -i=path
+ Add include search path
+
+ -a=initial-address
+ Initial starting address
+
+ -A
+ Print addresses in disassembler mode
+
+ -d
+ Disassemble a file
+
+ -S
+ Set the symbol format
+
+ -D=name
+ Define a symbol
+
+ -w=warning
+ Toggle warnings: a=all, o=overflow
.SH PREPROCESSOR
Lukas Krickl (lukas@krickl.dev)
.SH COPYRIGHT
- Copyright 2023 Lukas Krickl (lukas@krickl.dev)
+ Copyright 2024 Lukas Krickl (lukas@krickl.dev)