From 4457eb961f6b1b55cc5e8fffa26f6fd36d205d35 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Tue, 29 Oct 2024 15:04:30 +0100 Subject: [PATCH] Added some more manpage entires. Described a few known bugs :^) --- man/ulas.1 | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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) -- 2.30.2