Added some more manpage entires.
authorLukas Krickl <lukas@krickl.dev>
Tue, 29 Oct 2024 14:04:30 +0000 (15:04 +0100)
committerLukas Krickl <lukas@krickl.dev>
Tue, 29 Oct 2024 14:04:30 +0000 (15:04 +0100)
Described a few known bugs :^)

man/ulas.1

index 47c1941fac7328dda3b92aee083281078c378c4a..92e322dd7c0b0475ca9febc02003028a6d0c1ede 100644 (file)
@@ -104,10 +104,23 @@ Valid directives:
 
 .SH EXAMPLES
  
+  ulas -o example.gb ./src/main.s
+
 .SH SEE ALSO
+  The documentation for make(1) for compilation instructions.
+
+  A compiler documentation such as cc(1) gcc(1) or clang(1).
+
+  The SM83 instruction set for all valid opcodes.
 
 .SH BUGS
 
+  Currently this program will only compile on a POSIX compliant system and gnu99 extensions to the C language. 
+
+  There is a lack of assembly syntax documentation. A full explanation of all the possible syntax should be part of ulas(5) manpages in the future.
+
+  It is currently not possible to use #define variables inside of macros.
+
 .SH AUTHOR
   Lukas Krickl (lukas@krickl.dev)