From a7394af8144abb3a098a0d3e3c17539dc2a0e965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20B=C3=B6ving?= Date: Sun, 29 Nov 2020 14:21:25 +0100 Subject: [PATCH] add note about mahara --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index db80eae..8497cc1 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Alternatively you can simulate an asm program for n clock cycles like this: ``` $ cargo run -- simulate examples/add_endless.asm 4 ``` +It is going to proceed and print an HTML table of all states since the only purpose of this tool is to avoid using +mahara as an in browser lab book -> we just autogenerate the tables. ## Syntax? You can find some syntax examples for the assembler in `examples/`