From 190bb766cbd9750a91fc334c8a5564a6eb838c92 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 16 Apr 2024 19:18:35 +0630 Subject: [PATCH] Added a TODO to write a specification for the assembly language --- todo.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/todo.org b/todo.org index 747eb1a..686fc17 100644 --- a/todo.org +++ b/todo.org @@ -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