summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-05-15 18:40:38 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-05-15 18:40:38 +0200
commitbd554432f17c0d3b6062f86cf0449cd56b42538e (patch)
tree9d8cd40cf1f79f73ee80827c8bff4782369460b9
parentd19d0027bf50b383f536b0716fd5437d666d94ec (diff)
downloadcompilertests-bd554432f17c0d3b6062f86cf0449cd56b42538e.tar.gz
compilertests-bd554432f17c0d3b6062f86cf0449cd56b42538e.tar.bz2
updated README
-rw-r--r--ecomp-c/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/ecomp-c/README b/ecomp-c/README
index cdef821..f0e3fc5 100644
--- a/ecomp-c/README
+++ b/ecomp-c/README
@@ -107,10 +107,10 @@ inner-nested functions/procedures
don't do automatic type promotion, maybe something like uint8, int8, etc.
no recursion, well, we might need that
-4:09:00 video Hjalfi writes an assembler
+video Hjalfi writes an assembler
no frees as things are freed in the end, well, we don't obey that rule,
-compiler/assember should be embedable and they have local scopes which
+compiler/assembler should be embedable and they have local scopes which
can be freed while running, thus reducing the memory usage and hence
allowing bigger modules to be comiled/assembled.
@@ -120,6 +120,8 @@ hashtable classes in C.
pass operator precedence as recursive descent variable (as in retargetable
C compiler). We prefer the hierarchical approach
+one file per assembly file, load at fixed ORG (sort of in a.out style).
+
syscalls
--------