From: Lukas Krickl Date: Tue, 29 Oct 2024 14:04:30 +0000 (+0100) Subject: Added some more manpage entires. X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=4457eb961f6b1b55cc5e8fffa26f6fd36d205d35;p=ulas%2F.git Added some more manpage entires. Described a few known bugs :^) --- diff --git a/man/ulas.1 b/man/ulas.1 index 47c1941..92e322d 100644 --- a/man/ulas.1 +++ b/man/ulas.1 @@ -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)