summaryrefslogtreecommitdiff
path: root/miniany/REQUIREMENTS
diff options
context:
space:
mode:
Diffstat (limited to 'miniany/REQUIREMENTS')
-rw-r--r--miniany/REQUIREMENTS2
1 files changed, 2 insertions, 0 deletions
diff --git a/miniany/REQUIREMENTS b/miniany/REQUIREMENTS
index 0472c1e..dd10d7e 100644
--- a/miniany/REQUIREMENTS
+++ b/miniany/REQUIREMENTS
@@ -115,5 +115,7 @@ TODO:
the language (no linker, no function calls etc. needed). OTOH we don't want to
have I/O as part of the language later, more be in the standard library.
Inline assembly in the generated code duplicates code with the putint in libc-freestanding.
+- error output is not on stderr, well, are we going to add stdout, stderr now
+ or do we write errors as sort of assembly comments?