Described a few known bugs :^)
.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)