aboutsummaryrefslogtreecommitdiffstats
path: root/Notes.org
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-21 17:03:38 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-03-21 17:03:38 +0000
commit190b7a0e5d45367230795ac0bdf6fc2f248ba9e1 (patch)
treedc9a605ced1784faf80d71f7f59e49b79d6bb2c7 /Notes.org
parentaf8b76d0a83813b3cebac7468db4bd64e534c235 (diff)
downloadCompiler-190b7a0e5d45367230795ac0bdf6fc2f248ba9e1.tar.gz
Compiler-190b7a0e5d45367230795ac0bdf6fc2f248ba9e1.zip
changed type layout to have all necessary information
Diffstat (limited to 'Notes.org')
-rw-r--r--Notes.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/Notes.org b/Notes.org
index a5e33b7..a3046ae 100644
--- a/Notes.org
+++ b/Notes.org
@@ -157,3 +157,8 @@
the globalAsm function.
I might have to change the print Asm and the global Asm function in the declarations.
+**** TODO Add post and pre increment
+ CLOCK: [2017-03-20 Mon 15:12]
+
+ For post increment I will have a special class that handles that,
+ for pre increment I will rewrite in terms of addition, which should be possible.