aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2023-11-09 08:52:07 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2023-11-09 08:52:07 +0000
commitf896ad2cb714be6853ad7e0cec854d4295de5bed (patch)
tree6c9b5fd5164e5a521287bcd4b057763bdeb788d2
parent1935277716b51bea36bc5bba4515654ef2aeffd1 (diff)
downloadovm-f896ad2cb714be6853ad7e0cec854d4295de5bed.tar.gz
ovm-f896ad2cb714be6853ad7e0cec854d4295de5bed.tar.bz2
ovm-f896ad2cb714be6853ad7e0cec854d4295de5bed.zip
Mark off constants as done in TODO.org
-rw-r--r--todo.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/todo.org b/todo.org
index 30a1574..e4a478e 100644
--- a/todo.org
+++ b/todo.org
@@ -39,7 +39,7 @@ Something to consider is /static/ and /dynamic/ "linking" i.e.:
Like in FASM or NASM where we can give certain helpful instructions to
the assembler. I'd use the ~%~ symbol to designate preprocessor
directives.
-** TODO Constants
+** DONE Constants
Essentially a directive which assigns some literal to a symbol as a
constant. Something like
#+begin_src asm
@@ -68,8 +68,8 @@ constant potentially
print.word
%end
#+end_src
-which when referred to ~$print-1~ would just insert the bytecode given
-in sequence.
+which when referred to (by ~$print-1~) would insert the bytecode given
+inline.
* Completed
** DONE Write a label/jump system :ASM:
Essentially a user should be able to write arbitrary labels (maybe