aboutsummaryrefslogtreecommitdiffstats
path: root/Notes.org
diff options
context:
space:
mode:
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.