add note about mahara

This commit is contained in:
Henrik Böving
2020-11-29 14:21:25 +01:00
parent 057d70b57d
commit a7394af814

View File

@@ -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 $ 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? ## Syntax?
You can find some syntax examples for the assembler in `examples/` You can find some syntax examples for the assembler in `examples/`