From: Lukas Krickl Date: Tue, 29 Oct 2024 11:11:17 +0000 (+0100) Subject: Updated manpage X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=1ab36d2cb23bb1d3535089ca72a9716070773e80;p=ulas%2F.git Updated manpage Includied all available options --- diff --git a/man/ulas.1 b/man/ulas.1 index 83a566b..47c1941 100644 --- a/man/ulas.1 +++ b/man/ulas.1 @@ -1,21 +1,56 @@ .\" 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 @@ -77,4 +112,4 @@ Valid directives: Lukas Krickl (lukas@krickl.dev) .SH COPYRIGHT - Copyright 2023 Lukas Krickl (lukas@krickl.dev) + Copyright 2024 Lukas Krickl (lukas@krickl.dev)