From 0fe2cc70abacc7c9e7aa2602836c8226bb1a1dc3 Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 7 Apr 2025 23:58:29 -0400 Subject: Add label processing, mnemonic and label lookup maps --- rva.asd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rva.asd') diff --git a/rva.asd b/rva.asd index 75300a8..7fdb00b 100644 --- a/rva.asd +++ b/rva.asd @@ -16,6 +16,7 @@ :components ((:file "package") (:file "util") (:file "lex") + (:file "parse") (:file "main")))) :long-description #.(uiop:read-file-string @@ -36,7 +37,8 @@ :components ((:file "package") (:file "main") (:file "util") - (:file "lex")))) + (:file "lex") + (:file "parse")))) :perform (test-op (o s) (uiop:symbol-call :rva-tests :test-rva))) (defmethod asdf:perform ((o asdf:image-op) (c asdf:system)) -- cgit v1.2.3