New:
stack
option added for pushing values to the stack.- Memory assignment can now be done to arbitrary integer values.
Changed:
- Strings containing non-ASCII characters will generate errors.
Fixed:
- Dump not correctly showing contents of memory
New:
- Added emulation of HRAM
Fixed:
--dump-dir
flag now creates the directory instead of failing.
- Enabled additional Clippy warnings.
- Move library usage example from
src/bin/
toexamples/
. - Deprecated
read_symfile
in favor ofopen_symfile
Updated dependencies:
- clap: 3.2.17 -> 4.2.1
- toml: 0.5.9 -> 0.8.1
Improvements to library interface.
Added a Rust library interface.
Fixed:
crash
andexit
now accept a single label once again.
New:
- Input files may now use
-
to read from standard input. - Added
caller
andexit
configuration options. crash
now accepts an array of addresses.- Memory can be assigned to and tested in unit tests.
Initial release