Simple interpreter for the assembler language described in Human Resource Machine.
This interpreter is intended to be used to verify hrm-compiler, especially optimizations (unreachable/not executed code removal, jump optimizations...)
hrmc <mysourcefile.hrm>
- it will generate the json-formatted version of the code executed by hrm-interpreter
cargo run -- --code <mysourcefile.json> --input <myinputfile.json>