Updated manpage
authorLukas Krickl <lukas@krickl.dev>
Tue, 29 Oct 2024 11:11:17 +0000 (12:11 +0100)
committerLukas Krickl <lukas@krickl.dev>
Tue, 29 Oct 2024 11:11:17 +0000 (12:11 +0100)
Includied all available options

man/ulas.1

index 83a566b10196332bb89c326db024969b05081cda..47c1941fac7328dda3b92aee083281078c378c4a 100644 (file)
@@ -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)