Added a TODO to write a specification for the assembly language
This commit is contained in:
3
todo.org
3
todo.org
@@ -192,6 +192,9 @@ process_const(V: Vector[Unit]) ->
|
|||||||
v = v_x[0]
|
v = v_x[0]
|
||||||
for v_x in V]
|
for v_x in V]
|
||||||
#+end_src
|
#+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
|
* Completed
|
||||||
** DONE Write a label/jump system :ASM:
|
** DONE Write a label/jump system :ASM:
|
||||||
Essentially a user should be able to write arbitrary labels (maybe
|
Essentially a user should be able to write arbitrary labels (maybe
|
||||||
|
|||||||
Reference in New Issue
Block a user