Added a TODO to write a specification for the assembly language

This commit is contained in:
2024-04-16 19:18:35 +06:30
parent 3b9e573c4a
commit 190bb766cb

View File

@@ -192,6 +192,9 @@ process_const(V: Vector[Unit]) ->
v = v_x[0]
for v_x in V]
#+end_src
* TODO Write a specification for the assembly language
In particular the preprocessor macro language and the direct relation
between opcodes and parse units in the assembler.
* Completed
** DONE Write a label/jump system :ASM:
Essentially a user should be able to write arbitrary labels (maybe